mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-13 22:42:14 +00:00
Further refinements to Heroku Support.
This commit is contained in:
6
Procfile
6
Procfile
@@ -1 +1,5 @@
|
||||
web: python manage.py run_gunicorn
|
||||
web: cd app; python manage.py collectstatic --noinput; python manage.py run_gunicorn
|
||||
debug: cd app; python manage.py collectstatic --noinput; DJANGO_DEBUG=1 python manage.py run_gunicorn
|
||||
update_haystack: cd app; python manage.py update_index
|
||||
reindex_haystack: cd app; python manage.py rebuild_index --noinput
|
||||
syncdb: cd app; python manage.py syncdb --migrate --noinput
|
||||
Reference in New Issue
Block a user