Update procfile to collect static

This commit is contained in:
2012-06-09 00:53:37 +01:00
parent a77315ea2e
commit 617703d84c

View File

@@ -1 +1 @@
web: python pacmanager/manage.py run_gunicorn -b 0.0.0.0:$PORT
web: python my_django_app/manage.py collectstatic --noinput; python pacmanager/manage.py run_gunicorn -b 0.0.0.0:$PORT