There are 9 modules in this course
Module
1
Introduction to the Web
Come get an overview of the underlying technologies you'll build on top of in your Django app!
Module
2
Introduction to Django
Get an overview of Web Apps, the front-end and back-end, HTTP requests, and Django incorporates these concepts into a single framework.
Module
3
Templates in Django
Learn how Django's templates and template language (DTL) make it a breeze to incorporate logic into HTML and render dynamic pages to users.
Module
4
Data in Django
Learn how Django implements a database using models and how you can interact with the database with Python code!
Module
5
Views in Django
Django's views determine what data from a model gets displayed on a template. Learn how Django makes it easy for developers to set up views.
Module
6
Forms in Django
Incorporate forms in your Django app to get info from your users.
Module
7
Accounts and Authentication in Django
CRUD functionality is now easier with an admin account! Also, learn to safeguard the rest of your app by having your users create accounts.
Module
8
Deploying a Django Project
Go beyond Codecademy and work on your own computer. Then, deploy your Django project to the web!
Module
9
Build Python Web Apps with Django Capstone Project
Use your Django knowledge to build out a full-stack Django application!
Frequently Asked Questions
Frequently Asked Questions