rvanlaar / djangorecipe

A django recipe for buildout
67 stars 44 forks source link

Working around new gunicorn situation #90

Closed reinout closed 9 years ago

reinout commented 9 years ago

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.

reinout commented 9 years ago

Note: this is a fix for #84