Apply your skills to build a robust To-Do list application using Django and SQLite3. This course covers user authentication, protecting routes with middleware, data validation, and implementing real-time updates with Django Channels.
Run Code for User Authentication
Verify Unique Email on Registration
Complete User Registration Function
Implement User Login Function
Complete the user logout function
Protecting Routes with Middleware
Protect Important Routes with Middleware
Fix the Middleware Bug
Protect Routes with Middleware
Sending Requests with Token
Data Validation and Error Handling
Enhance Data Validation
Improve Data Validation in To-Do
Implementing Pagination in Django
Change Pagination to Show More Tasks
Implementing Pagination Logic
Implementing Pagination from Scratch