git push heroku master
Getting a 'fatal' heroku does not appear to be a git repository, the remote end hung up unexpectedly.
Strangely, I didn't run into this problem the first time through the tutorial.
Sorry You must be a logged in, registered user to answer a question.
Answers
Must not have a Heroku app associated with the git repo, then. You should be able to run heroku create again. It'll create a new app, but that doesn't matter.
New **Heroku** app, not a new Django app.