I\'m trying to push a Django app onto Heroku, but am getting the following error upon running git push heroku master:
git push heroku master
Counting objects: 80, done
Try also this:
pip freeze>requirements.txt
Then try again with
git add . git commit -m "something" git push heroku master