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

Async io : Asyncio Basics (Day 2)

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

November 22, 2024 · 18 min · 3804 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

Python Fundamentals: A Beginner's Guide (Part 1)

A comprehensive guide to Python programming fundamentals covering core concepts for beginners

November 20, 2024 · 6 min · 1270 words · Nirajan Khatiwada

Python Fundamentals: Understanding Data Types (Part 2)

An in-depth look at Python data types, exploring their usage and importance in programming.

November 19, 2024 · 17 min · 3594 words · Nirajan Khatiwada