Remove collectstatic from bootup.

This commit is contained in:
2013-04-01 19:29:02 +01:00
parent 887a24526b
commit 46cb610f95

View File

@@ -1 +1 @@
web: cd app; python manage.py collectstatic --noinput; python manage.py run_gunicorn -k gevent web: cd app; python manage.py run_gunicorn -k gevent