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