DRF Advanced: Parsers, Renderers & Pagination
Learn to handle different content types with Parsers and Renderers, and implement efficient pagination for your API endpoints.
Learn to handle different content types with Parsers and Renderers, and implement efficient pagination for your API endpoints.
Comprehensive guide to Django’s admin interface, covering superuser creation, model registration, and various customizations to improve admin functionality.
Complete reference for generic views and mixins in DRF, enabling you to write concise and maintainable API code.
Learn essential Django project settings including BASE_DIR, SECRET_KEY, DEBUG, ALLOWED_HOSTS, database configuration, middleware setup, and other critical configuration options.
A comprehensive guide on handling form data and file uploads in Django, covering request methods, media file setup, and file field usage.
A comprehensive guide on managing user sessions in Django, covering key operations like adding, retrieving, modifying, and deleting session data.
A comprehensive guide on sending emails, using middleware, generating tokens, and managing users in Django.
Some Left over topics
Master advanced Django ORM concepts including query optimization techniques, solving the N+1 problem for complex database operations.