I'm starting with Heroku - Python. I have created an application as is described in this tutorial: tutorial on Heroku web. Everything worked fine, I typed heroku open
and webapp said Hello from Python!. So I tried to find where is Hello from Python! text situated and changed it to Hello from Python! update to learn how to update the code.
I tried to type git push heroku master
as is described here: StackOverflow link but get the same problem - everything up-to-date which is not true.
Have you any ideas how to update the code? What's wrong?