X-Git-Url: https://git.mdrn.pl/emels.git/blobdiff_plain/3b28f4c83300058d7415df66cad6ab8be10f1c3e..71ae5510e32c39c001f7c4865906fd5f4a209cd6:/fabfile.py diff --git a/fabfile.py b/fabfile.py index 766dcb1..ec9695f 100644 --- a/fabfile.py +++ b/fabfile.py @@ -8,3 +8,4 @@ env.app_path = '/srv/emels' env.services = [ Supervisord('emels'), ] +env.syncdb = False