Guide for Week 4
Guide for Week 4
- 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.
- Project 4: User Profiles. Add user accounts to your blog. Users should be able to register, log in, create posts, and manage their profiles.
- 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.