diff options
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index a7a8094..9d42e6c 100644 --- a/pavement.py +++ b/pavement.py @@ -85,7 +85,7 @@ def docker_run(): loaddata() create_admin() collectstatic() - mount_s3() + # mount_s3() sh('/usr/bin/supervisord') |