Heroku: "Heroku push rejected, no Cedar-supported app detected"
Below are the following ways that you can do to fix this problem when deploying your application to heroku.
1. Check if your requirements.txt exist and is located in your project root directory.
django1.4: project - manage.py - requirements.txt django1.3: settings.py - manage.py - requirements.txt - urls.py
2. Check if your requirements.txt is included in your commit. ( git status ). this file should not be in the list of new files
- requirements.txt is very important in heroku and it should be put in the right directory for heroku to recognize( project root directory).
note: I will post some more ways to fix this error since this is normally experienced by developers who is new to heroku. ( if i can find one haha )













