django - Renamed Heroku's hostname, now it can't find the application -
i had heroku's application name at:
shielded-meadow-9293.heroku.com
this name when created heroku remote , fired dyno. after running smooth, changed name
platformdesignmadness.heroku.com
the site works, in same terminal, when command such
heroku ps
i $> ! couldn't find app. error. why this?
in terminal:
git remote rm heroku git remote add heroku git@heroku.com:yourappname.git see here
heroku docs here.
Comments
Post a Comment