Django : Day 8

A comprehensive guide on managing user sessions in Django, covering key operations like adding, retrieving, modifying, and deleting session data.

January 9, 2025 · 4 min · 822 words · Nirajan Khatiwada

Django : Day 7

A comprehensive guide on handling form data and file uploads in Django, covering request methods, media file setup, and file field usage.

January 8, 2025 · 3 min · 505 words · Nirajan Khatiwada

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 · 8 min · 1660 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 · 9 min · 1799 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 · 7 min · 1304 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

Async io : Asyncio Basics (Day 2)

how to write programs using this single-threaded concurrency model with asyncio

November 22, 2024 · 10 min · 2119 words · Nirajan Khatiwada

Async io : Async io Intro (Day 1)

An introduction to asynchronous programming in Python using asyncio.

November 21, 2024 · 8 min · 1550 words · Nirajan Khatiwada