AI Tutor Gemini

Guide for Week 4

Page
Style
Download Notes
Month 1: The Foundations (Weeks 1-4)
Module 1

Guide for Week 4

  1. Instructor-Led Session: Authentication is a cornerstone of web applications. We'll cover Django's robust built-in authentication system, including user registration, login, logout, and password management.
  2. Project 4: User Profiles. Add user accounts to your blog. Users should be able to register, log in, create posts, and manage their profiles.
  3. Assignment: Before merging your authentication branch to main, submit a Pull Request on GitHub for peer or instructor review. This simulates a collaborative development workflow.