What you'll learn
Python & Flask are great for building simple web applications. In this project you’ll create and register blueprints to make an existing content management system more modular. You will also handle and validate form data.
Table of contents
Setup
15m
- Set up your local environment for projects. We'll walk you through everything you need to know, including how to install and configure your environment to be able to complete all of the tasks.
Admin Blueprint
15m
- In this module we will restructure the application by creating an `Admin` Blueprint.
Create Route
15m
- In this module we'll create an HTML form to create content. We will handle and validate form data.
Edit Route
15m
- In this module we'll add functionality to edit content. We will handle and validate form data.