Django App Crashes When Deployed To Heroku - Worker Failed To Boot
Sorry for the long post but wanted to provide as much information as possible. Having some serious issues trying to deploy a django app onto heroku.. Been battling for days with t
i solved this Probleme :
1) delete You're old requirement.txt 2) Make this Cmd pip freeze > requirements.txt 3) git add -A 4) git commit -m "last modification" 5) git push heroku master
6) And Finaly heroku open
Post a Comment for "Django App Crashes When Deployed To Heroku - Worker Failed To Boot"