Django Conquered: What is Django?

A tour of Django’s origin story, its ‘batteries included’ philosophy, the headline features, and where it shines (and where it doesn’t).

January 24, 2024 · 5 min · 1004 words · Manvendra Rajpoot

Django Conquered: Introduction

Kicking off the Django Conquered series — a hands-on, long-form walkthrough of Django from first install to production-ready app.

January 24, 2024 · 3 min · 583 words · Manvendra Rajpoot

How to Connect PostgreSQL with Django

Step-by-step guide to creating a PostgreSQL database, a dedicated user with sane defaults, and wiring it into a Django project via environment variables.

January 21, 2024 · 5 min · 899 words · Manvendra Rajpoot