diff --git a/Procfile b/Procfile index 996f021..ee8997c 100644 --- a/Procfile +++ b/Procfile @@ -1,5 +1 @@ -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 \ No newline at end of file +web: cd app; python manage.py collectstatic --noinput; python manage.py run_gunicorn -k gevent \ No newline at end of file