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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -