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