#Django

28 posts

Django Basics #4: URL and Views (FBV)
7 min read

Django Basics #4: URL and Views (FBV)

URLconf path/include, URL parameters, function-based views (FBV), render/JsonResponse/get_object_or_404, named URLs and reverse — all in one place.

Django Basics #3: Models and ORM Basics
7 min read

Django Basics #3: Models and ORM Basics

Define Django models, walk the migration flow, set up ForeignKey/ManyToMany, and use QuerySet filter/get/exclude/order_by — all in one place.

Django Basics #2: Project Setup — uv + django-admin startproject
6 min read

Django Basics #2: Project Setup — uv + django-admin startproject

Create a Django 5 project with uv, lay down the first structure with startproject/startapp, and reach runserver in one breath.

Django Basics #1: What is Django — Why Django and Where It Fits Next to FastAPI
7 min read

Django Basics #1: What is Django — Why Django and Where It Fits Next to FastAPI

Why Django was built and where it fits, with a comparison to FastAPI that nails down the value of the full-stack monolith.