If you’ve come to this point, chances are you have a running website on Heroku. This is the last part of the tutorial that will make sure you know how to add content to your website on Heroku.
Let’s suppose your web app is running, and you come back the next day to add some more content to your website. What you basically need to do is first you need to edit your local Python, HTML, CSS or other files depending on what you want to change. And, then apply the git add, commit and push commands to upload those modified files to the Heroku cloud. Does that sound too simplified? Here is the step-by-step guide:
Python Mega Course: Learn Python in 60 Days, Build 20 Apps
Learn Python on Udemy completely in 60 days or less by building 20 real-world applications from web development to data science.