Skip to content Skip to sidebar Skip to footer

Heroku Django No Such App

I have followed the django getting started guide, word for word and I am presented with this Heroku | No app page. Using the commands foreman start or python manage.py runserver w

Solution 1:

As it turns out it was not my fault but Heroku's fault. Some kind of DNS misrouting problem, which after contacting them they fixed for me.

Conclusion if you can run foreman start to run a local server and heroku doesn't complain when you do git push heroku then its probably not your fault and you should contact them via the Support tab on their website.

Post a Comment for "Heroku Django No Such App"