A Complete Beginner's Guide to Django
Tutorials in the Series
- Part 1 - Getting Started
- Part 2 - Fundamentals
- Part 3 - Advanced Concepts
- Part 4 - Authentication
- Part 5 - Django ORM
- Part 6 - Class-Based Views
- Part 7 - Deployment
Table of Contents
Part 1 - Getting Started
Part 2 - Fundamentals
- Introduction
- Web Board Project
- Models
- Views, Templates, and Static Files
- Introduction to Django Admin
- Conclusions
Part 3 - Advanced Concepts
Part 4 - Authentication
- Introduction
- Wireframes
- Initial Setup
- Sign Up
- Logout
- Displaying Menu For Authenticated Users
- Login
- Password Reset
- Password Change View
- Conclusions
Part 5 - Django ORM
- Introduction
- Protecting Views
- Accessing the Authenticated User
- Topic Posts View
- Reply Post View
- QuerySets
- Migrations
- Conclusions
Part 6 - Class-Based Views
- Introduction
- Views Strategies
- Update View
- List View
- My Account View
- Adding Markdown
- Humanize
- Gravatar
- Final Adjustments
- Conclusions