Introduction
  • Introduction
  • First Things First: How To Get Support Fast!
  • Installing Python
  • Virtualenv Virtual Environments
  • Installing Django
  • Django Version 3.0 Update
Building Out Our App
  • Start Project
  • Runserver and Migrate Database
  • Startapp
  • Create The Homepage
  • Extends Base and Install Bootstrap
  • Create a Bootstrap Navbar
Django Authentication
  • Intro To Auth
  • Create The Login Form
  • Login Logic Part 1
  • Login Logic Part 2
  • Add Messages
  • Determine if User is Authenticated
  • Logout a User
  • Adding User Profile Info To the Page
  • Intro To User Registration
  • Create a Registration Page
  • Create a Registration Form
  • Add New Registration Form Fields
  • Using Widgets on the Form Fields
  • Working With Labels and HelpText
  • Form Validation
  • Edit The User Profile Part 1
  • Edit The User Profile Part 2
  • Update User Password
  • Remove Password Link
  • Bonus Lecture