Skip to content Skip to sidebar Skip to footer

Django Heroku Push Failing

I'm running accross an error trying to push my Django project up to Heroku and I was looking to see if anyone had any insight. ! Heroku push rejected, no Cedar-supported app d

Solution 1:

You need requirements.txt or setup.py in the root of the repo.

See https://github.com/heroku/heroku-buildpack-python/blob/master/bin/detect

Post a Comment for "Django Heroku Push Failing"