DEV Community

Django web framework

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
One View Per Layer: Four Sharp Edges I Found in My Own Code

One View Per Layer: Four Sharp Edges I Found in My Own Code

Comments
6 min read
CVE-2026-73229: AdminRenderer Data Exposure in Django REST Framework

CVE-2026-73229: AdminRenderer Data Exposure in Django REST Framework

Comments
5 min read
CVE-2026-73228: Request Parsing Size-Limit Bypass in Django REST Framework

CVE-2026-73228: Request Parsing Size-Limit Bypass in Django REST Framework

Comments
5 min read
Your django-haystack Whoosh backend breaks on Python 3.13 — here's the one-line fix

Your django-haystack Whoosh backend breaks on Python 3.13 — here's the one-line fix

1
Comments
3 min read
FastAPI vs Django for Startups (2026)

FastAPI vs Django for Startups (2026)

Comments
4 min read
The N+1 Query Problem in Django: How to Spot It and Kill It Before It Kills Your API

The N+1 Query Problem in Django: How to Spot It and Kill It Before It Kills Your API

1
Comments
5 min read
Eleven Terabytes and No Raster Database

Eleven Terabytes and No Raster Database

Comments
8 min read
When Python is Too Slow

When Python is Too Slow

5
Comments
3 min read
count() on a prefetched relation is free. filter() costs a query per row.

count() on a prefetched relation is free. filter() costs a query per row.

Comments 3
5 min read
Handling Money Correctly in Django: A Guide to Decimals, Precision, and the Mistakes That Cost You

Handling Money Correctly in Django: A Guide to Decimals, Precision, and the Mistakes That Cost You

1
Comments
5 min read
What Happens When FastAPI Meets a Full Backend?

What Happens When FastAPI Meets a Full Backend?

Comments
2 min read
Building an AI Customer Support SaaS with Django, RAG and Self-Hosted LLMs

Building an AI Customer Support SaaS with Django, RAG and Self-Hosted LLMs

Comments
5 min read
How to Handle OAuth 2.0 Authentication to Third-Party APIs with Asstgr (self-hosted)

How to Handle OAuth 2.0 Authentication to Third-Party APIs with Asstgr (self-hosted)

Comments
3 min read
Factory Pattern in Django Projects : Why Should You Care?

Factory Pattern in Django Projects : Why Should You Care?

Comments
1 min read
Django Deployment: Translation Error in Deployment

Django Deployment: Translation Error in Deployment

Comments
1 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.