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.
How to Set Up PostgreSQL Database with a Django Application

How to Set Up PostgreSQL Database with a Django Application

2
Comments
2 min read
Transforming Software Quality at Bynry: Our Test-Driven Development Journey (Part 1)

Transforming Software Quality at Bynry: Our Test-Driven Development Journey (Part 1)

2
Comments 2
6 min read
Why I still use Django for my Saas Projects in 2025

Why I still use Django for my Saas Projects in 2025

11
Comments 2
10 min read
How to Customize Widgets in Django Forms

How to Customize Widgets in Django Forms

Comments
2 min read
Dockerizing a Django Backend with Multi-Container Images: A Step-by-Step Guide

Dockerizing a Django Backend with Multi-Container Images: A Step-by-Step Guide

3
Comments
5 min read
Top 16 Django Questions for Intermediate to Advanced Developers

Top 16 Django Questions for Intermediate to Advanced Developers

6
Comments
7 min read
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

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

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

3
Comments
4 min read
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
Upgrading Django with "python -W always manage.py test"

Upgrading Django with "python -W always manage.py test"

5
Comments
4 min read
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

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

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

Comments 2
1 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

1
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

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

Understanding the 9 Types of Indexes in PostgreSQL

9
Comments
9 min read
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

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

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

How to Add Multilingual Support in Django with Django-parler

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

Python Code Quality: Style Conventions and Linting Tools

5
Comments
9 min read
loading...