X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/6b8969ee2970107bb5931424501c8c0f567a4488..2c0647828496c7efb9edcf7ae8d5b392c195cd58:/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' +