Custom Error Pages and Version Control - Flask Fridays #3

Codemy.com January 29, 2021
Video Thumbnail
John Elder Logo

John Elder

@johnelderai

About

AI is taking over the world...let's get into it! OpenClaw, Claude Code, Manus, Perplexity, and whatever other weird AI stuff that comes along with a pinch of Python Programming thrown in from time to time. Check out my website JohnElder.AI and Codemy.com for more videos!

Video Description

In this video I'll show you how to create custom Error Pages and set up Version Control for your Flask App. Error pages are important for a web site. What happens if someone tries to go to a page that doesn't exist? Or what happens if there's some sort of Server Error? Custom error pages allow us to handle those events. In this video I'll show you how to set up a custom 404 page not found page, and a 500 Internal Server Error page. We'll also set up version control for our project. We'll set up git, and create a github.com repository where we'll push all our version control code from now on. We'll also create a secret ssh key to connect to github securely from the terminal.