The Python Oracle

Heroku, Django, Foreman

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Romantic Lands Beckon

--

Chapters
00:00 Heroku, Django, Foreman
01:21 Accepted Answer Score 4
01:42 Thank you

--

Full question
https://stackoverflow.com/questions/2956...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #django #heroku #gunicorn #foreman

#avk47



ACCEPTED ANSWER

Score 4


Gunicorn doesn't run on windows, so you'll need to have a separate system for running code locally. What framework are you running?

Usually you can develop locally using a built-in development server (like python manage.py runserver for Django), and just use gunicorn on Heroku itself