From the course: Full Stack Web Development with Flask

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Creating the enrollment application

Creating the enrollment application - Flask Tutorial

From the course: Full Stack Web Development with Flask

Creating the enrollment application

- [Instructor] Creating a Flask Project, Section 2. In this section, we're going to take a look at a few things. First, we're going to create the enrollment application. And then, we'll be running and configuring the dev environment. Also, we'll create the homepage of this application, and also the navigation menus and the routing patterns, as well. So, let's see what we need to do before we can start building this application. First, we're going to create this project structure to make sure everything is in the correct locations, the correct folders that we need it and so forth. And then, we're going to create the application package, which is a special file, a special directory. And in that directory, we're going to create a file called init.py. And then, also we create the directories and sub structures for the templates and some static data files. And then, we're going to refracture the main py module that we created…

Contents