The latest gunicorn doesn't include a bin/django run_gunicorn anymore that picks up the correct setting through bin/django. You have to run bin/gunicorn now.
So... this pull request makes it easy to do this through one extra option. This results in a bin/django_env_gunicorn that contains the right settings.
The latest gunicorn doesn't include a
bin/django run_gunicorn
anymore that picks up the correct setting throughbin/django
. You have to runbin/gunicorn
now.So... this pull request makes it easy to do this through one extra option. This results in a
bin/django_env_gunicorn
that contains the right settings.