I\'m trying to deploy a Django app with gunicorn on Heroku and I\'ve run into a few hitches.
When I began my project my Django version was 1.3 and didn\'t contain th
Add "gunicorn" into settings.py/INSTALLED_APPS and use
python manage.py run_gunicorn 127.0.0.0:8001
(whatever the port you like) For more info visit : https://pypi.python.org/pypi/gunicorn/