DRF - DAY 1
Learn how to use Django Rest Framework with this comprehensive guide, including installation steps, view creation, serializer usage, and handling complex logic.
Learn how to use Django Rest Framework with this comprehensive guide, including installation steps, view creation, serializer usage, and handling complex logic.
Some Left over topics
A comprehensive guide on sending emails, using middleware, generating tokens, and managing users in Django.
A comprehensive guide on managing user sessions in Django, covering key operations like adding, retrieving, modifying, and deleting session data.
A comprehensive guide on handling form data and file uploads in Django, covering request methods, media file setup, and file field usage.
Learn essential Django project settings including BASE_DIR, SECRET_KEY, DEBUG, ALLOWED_HOSTS, database configuration, middleware setup, and other critical configuration options.
Detailed guide on Django model relationships, covering OneToOne, OneToMany, and ManyToMany relations. Essential for managing complex data relationships in Django.
Comprehensive guide to Django’s admin interface, covering superuser creation, model registration, and various customizations to improve admin functionality.
Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.
Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.