Django: Day 5

Detailed guide on Django model relationships, covering OneToOne, OneToMany, and ManyToMany relations. Essential for managing complex data relationships in Django.

January 6, 2025 · 4 min · 826 words · Nirajan Khatiwada

Django: Day 4

Comprehensive guide to Django’s admin interface, covering superuser creation, model registration, and various customizations to improve admin functionality.

January 5, 2025 · 2 min · 361 words · Nirajan Khatiwada

Django: Day 3

Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.

January 4, 2025 · 6 min · 1112 words · Nirajan Khatiwada

Django: Day 2

Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.

January 2, 2025 · 4 min · 786 words · Nirajan Khatiwada

Django: Day 1

Master core Django concepts including project structure, app creation, URL routing, views, static files management and more. A foundational guide for Django REST Framework.

January 1, 2025 · 6 min · 1278 words · Nirajan Khatiwada