Django: Day 6

Learn essential Django project settings including BASE_DIR, SECRET_KEY, DEBUG, ALLOWED_HOSTS, database configuration, middleware setup, and other critical configuration options.

January 7, 2025 · 2 min · 249 words · Nirajan Khatiwada

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 · 5 min · 861 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 · 7 min · 1301 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 · 7 min · 1437 words · Nirajan Khatiwada