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.
From MySQL to PostgreSQL: My Django Migration Story (and a Tool to Help)

From MySQL to PostgreSQL: My Django Migration Story (and a Tool to Help)

5
Comments
2 min read
The Django-CFG Manifesto — or, How I Stopped Worshiping settings.py and Let AI Build My Apps

The Django-CFG Manifesto — or, How I Stopped Worshiping settings.py and Let AI Build My Apps

Comments
5 min read
🎨 Django Templates & Static Files – Building Dynamic HTML

🎨 Django Templates & Static Files – Building Dynamic HTML

5
Comments
2 min read
Node.js vs Python: Real Benchmarks, Performance Insights, and Scalability Analysis

Node.js vs Python: Real Benchmarks, Performance Insights, and Scalability Analysis

2
Comments
7 min read
Build a Perfect Blog with FastAPI: Upload Image

Build a Perfect Blog with FastAPI: Upload Image

1
Comments
7 min read
Migrating Django from MySQL to Oracle: Handling Existing Tables and Many-to-Many Relationships

Migrating Django from MySQL to Oracle: Handling Existing Tables and Many-to-Many Relationships

Comments
2 min read
Per-Object Permissions for Elasticsearch Lists in Django Websites

Per-Object Permissions for Elasticsearch Lists in Django Websites

Comments
4 min read
The Safe Way to Switch Git Branches with Django Migrations

The Safe Way to Switch Git Branches with Django Migrations

Comments
3 min read
Hello dev.to

Hello dev.to

Comments
1 min read
The Future of Backend Development: Why Django Still Matters in 2025

The Future of Backend Development: Why Django Still Matters in 2025

Comments
5 min read
Building a Flood Monitoring Dashboard with Django & React

Building a Flood Monitoring Dashboard with Django & React

Comments
2 min read
Ring buffer in the database

Ring buffer in the database

4
Comments
3 min read
🌐 Django Views – Function-Based Views (FBVs) Explained

🌐 Django Views – Function-Based Views (FBVs) Explained

6
Comments
2 min read
Build a Perfect Blog with FastAPI: Reply Comment

Build a Perfect Blog with FastAPI: Reply Comment

Comments
7 min read
Django Many-to-Many Relationships: The Hidden PostgreSQL Sequence Desynchronisation Problem After Database Restores

Django Many-to-Many Relationships: The Hidden PostgreSQL Sequence Desynchronisation Problem After Database Restores

5
Comments
5 min read
Building a Complete User Authentication System with GitHub Copilot Chat: A Step-by-Step Guide

Building a Complete User Authentication System with GitHub Copilot Chat: A Step-by-Step Guide

Comments
9 min read
Flask vs. Django: Which Framework Should You Choose For Your Project?

Flask vs. Django: Which Framework Should You Choose For Your Project?

4
Comments 1
8 min read
Title: Perplexity's Web Crawlers Allegedly Scraping Websites They're Not Supposed To

Title: Perplexity's Web Crawlers Allegedly Scraping Websites They're Not Supposed To

1
Comments
2 min read
Unit Test(Python)

Unit Test(Python)

Comments
1 min read
Django REST Framework Authentication: JWT, OAuth2, and Session

Django REST Framework Authentication: JWT, OAuth2, and Session

Comments
1 min read
Custom QuerySets in Django: Writing Cleaner, Reusable Queries

Custom QuerySets in Django: Writing Cleaner, Reusable Queries

1
Comments
2 min read
Mastering Whitespace and Newlines in Django Templates: The Ultimate Guide 🎯

Mastering Whitespace and Newlines in Django Templates: The Ultimate Guide 🎯

Comments
3 min read
Implementing Real-Time Chat with SSE vs WebSockets (and Why I Chose One)

Implementing Real-Time Chat with SSE vs WebSockets (and Why I Chose One)

Comments
5 min read
Django CRUD: Building Views, Forms & Templates for Your Finance App

Django CRUD: Building Views, Forms & Templates for Your Finance App

Comments
2 min read
Filtering and Searching Transactions

Filtering and Searching Transactions

Comments
2 min read
loading...