Forem

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.
Django ORM vs Raw SQL in 2025: When to Drop Down and Why

Django ORM vs Raw SQL in 2025: When to Drop Down and Why

2
Comments
1 min read
Django Proxy Models: The Secret Weapon for Cleaner, Simpler Code

Django Proxy Models: The Secret Weapon for Cleaner, Simpler Code

4
Comments
4 min read
Multiple Django apps on same port

Multiple Django apps on same port

3
Comments
3 min read
What is Rate Limiting and How to Add It in Django
Cover image for What is Rate Limiting and How to Add It in Django

What is Rate Limiting and How to Add It in Django

1
Comments
2 min read
From Scratch: Building HTTP/2 and WebSocket with Raw Python Sockets
Cover image for From Scratch: Building HTTP/2 and WebSocket with Raw Python Sockets

From Scratch: Building HTTP/2 and WebSocket with Raw Python Sockets

6
Comments 2
8 min read
Peewee ORM: The Most Elegant Python ORM Ever
Cover image for Peewee ORM: The Most Elegant Python ORM Ever

Peewee ORM: The Most Elegant Python ORM Ever

7
Comments 1
8 min read
Je cherche un développeur pour s’entraîner sur un projet réel
Cover image for Je cherche un développeur pour s’entraîner sur un projet réel

Je cherche un développeur pour s’entraîner sur un projet réel

Comments 2
1 min read
10 Django Packages You Should Be Using in 2025 (But Probably Aren’t)

10 Django Packages You Should Be Using in 2025 (But Probably Aren’t)

Comments
3 min read
Writing Scalable & Maintainable Unit Tests in Django — A Practical Guide with Real Examples

Writing Scalable & Maintainable Unit Tests in Django — A Practical Guide with Real Examples

Comments 2
4 min read
🚀 Mastering select_for_update() in Django: Prevent Race Conditions the Right Way

🚀 Mastering select_for_update() in Django: Prevent Race Conditions the Right Way

2
Comments 2
2 min read
🧩 Questions about general web development. (Share your knowledge)

🧩 Questions about general web development. (Share your knowledge)

1
Comments
1 min read
🧩 Preguntas sobre desarrollo web general. (Comparte tu conocimiento)

🧩 Preguntas sobre desarrollo web general. (Comparte tu conocimiento)

1
Comments
1 min read
Can PostgreSQL Be a Search Engine? Yes, You Might Not Need Elasticsearch
Cover image for Can PostgreSQL Be a Search Engine? Yes, You Might Not Need Elasticsearch

Can PostgreSQL Be a Search Engine? Yes, You Might Not Need Elasticsearch

6
Comments
10 min read
🚀 Is Your Django App Slowing Down?

🚀 Is Your Django App Slowing Down?

Comments
2 min read
Understanding the 9 Types of Indexes in PostgreSQL
Cover image for Understanding the 9 Types of Indexes in PostgreSQL

Understanding the 9 Types of Indexes in PostgreSQL

10
Comments
9 min read
Mastering Class-Based Views in Django Rest Framework 🚀
Cover image for Mastering Class-Based Views in Django Rest Framework 🚀

Mastering Class-Based Views in Django Rest Framework 🚀

1
Comments
2 min read
Smart Language Detection in Django Using Middleware and Domain/Subdomain Configuration
Cover image for Smart Language Detection in Django Using Middleware and Domain/Subdomain Configuration

Smart Language Detection in Django Using Middleware and Domain/Subdomain Configuration

Comments
2 min read
Rapid AI-powered Applications With Django MongoDB and Voyage API
Cover image for Rapid AI-powered Applications With Django MongoDB and Voyage API

Rapid AI-powered Applications With Django MongoDB and Voyage API

12
Comments 1
35 min read
How to Add Multilingual Support in Django with Django-parler
Cover image for How to Add Multilingual Support in Django with Django-parler

How to Add Multilingual Support in Django with Django-parler

Comments
2 min read
Python Code Quality: Style Conventions and Linting Tools
Cover image for Python Code Quality: Style Conventions and Linting Tools

Python Code Quality: Style Conventions and Linting Tools

5
Comments
9 min read
Implementing Template Engine from Scratch (Like Jinja2 or Django Templates)
Cover image for Implementing Template Engine from Scratch (Like Jinja2 or Django Templates)

Implementing Template Engine from Scratch (Like Jinja2 or Django Templates)

5
Comments
6 min read
From Frustration to Innovation: The Journey Behind My E-Commerce Platform

From Frustration to Innovation: The Journey Behind My E-Commerce Platform

Comments
2 min read
Vibe Recap of DjangoCon Europe 2025
Cover image for Vibe Recap of DjangoCon Europe 2025

Vibe Recap of DjangoCon Europe 2025

2
Comments
11 min read
How to build a Task Manager using Django + HTMX
Cover image for How to build a Task Manager using Django + HTMX

How to build a Task Manager using Django + HTMX

11
Comments
13 min read
MVC, MVP, and MVVM: Simple in Appearance, Powerful in Practice
Cover image for MVC, MVP, and MVVM: Simple in Appearance, Powerful in Practice

MVC, MVP, and MVVM: Simple in Appearance, Powerful in Practice

6
Comments
9 min read
loading...