X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/6b8969ee2970107bb5931424501c8c0f567a4488..74b5ddcfc3af0c3155915f54c2490fcdda0d19f7:/fabfile.py diff --git a/fabfile.py b/fabfile.py index 0e488b7..6196757 100644 --- a/fabfile.py +++ b/fabfile.py @@ -7,3 +7,5 @@ env.app_path = '/srv/{{ project_name }}' env.services = [ DebianGunicorn('{{ project_name }}'), ] +env.django_root_path = 'src' +