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.
Quickly add 2FA (email) for your custom Django admin

Quickly add 2FA (email) for your custom Django admin

Comments
2 min read
Dynamic Serializers in Django

Dynamic Serializers in Django

Comments
1 min read
Automated Tailwind CSS integration for Django

Automated Tailwind CSS integration for Django

4
Comments
2 min read
Overcoming Challenges in Many-to-Many Relationships: A Guide for Building Robust Applications

Overcoming Challenges in Many-to-Many Relationships: A Guide for Building Robust Applications

Comments
2 min read
Django - Adding Hot Reload (with sample)

Django - Adding Hot Reload (with sample)

Comments
3 min read
How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

Comments
1 min read
How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

Comments
1 min read
News-Aggregator web application using Django framework

News-Aggregator web application using Django framework

1
Comments
1 min read
The Complete Guide to Logging in Django

The Complete Guide to Logging in Django

9
Comments
7 min read
My Docker stack to deploy a Django + Celery web app

My Docker stack to deploy a Django + Celery web app

Comments
5 min read
Using the Django ORM - Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 6

Using the Django ORM - Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 6

Comments
4 min read
A Practical Approach to Unit Testing in Django REST Framework

A Practical Approach to Unit Testing in Django REST Framework

1
Comments
17 min read
gemini-chat-python

gemini-chat-python

Comments
1 min read
Auth via E-mail: Overriding Django's default auth system

Auth via E-mail: Overriding Django's default auth system

Comments
2 min read
Options for passwordless authentication in Django apps

Options for passwordless authentication in Django apps

4
Comments
15 min read
Triage: When a ticket description is outdated -- Working through an issue with django-filter upgrade from 10 months ago

Triage: When a ticket description is outdated -- Working through an issue with django-filter upgrade from 10 months ago

Comments
9 min read
How to Manage Feature Flags in Django Applications with Django-Flags

How to Manage Feature Flags in Django Applications with Django-Flags

Comments
4 min read
Como configurar um banco de dados Postgres no Django

Como configurar um banco de dados Postgres no Django

6
Comments 2
4 min read
Django-Honeypot: A Simple and Effective Spam Protection Tool

Django-Honeypot: A Simple and Effective Spam Protection Tool

Comments
4 min read
Handling Big Data with Django and AgGrid

Handling Big Data with Django and AgGrid

Comments
4 min read
Precisamos falar sobre ipdb: Uma Jornada para um debugger mais Eficiente em Python

Precisamos falar sobre ipdb: Uma Jornada para um debugger mais Eficiente em Python

5
Comments
3 min read
Optimizing Database Queries in Django Applications

Optimizing Database Queries in Django Applications

1
Comments
2 min read
Reducing your Python app's memory footprint

Reducing your Python app's memory footprint

1
Comments
8 min read
Adding a database to our stack: Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 4

Adding a database to our stack: Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 4

1
Comments
4 min read
How to Programmatically Populate Related Blogs in Django: Boosting User Experience and SEO

How to Programmatically Populate Related Blogs in Django: Boosting User Experience and SEO

5
Comments
8 min read
How to Handle N+1 Queries for Optimal Database Performance in Django?

How to Handle N+1 Queries for Optimal Database Performance in Django?

6
Comments
7 min read
Do's and Don'ts in Django

Do's and Don'ts in Django

1
Comments
2 min read
How to Set Up a Django and React SaaS Boilerplate: A Step-by-Step Guide

How to Set Up a Django and React SaaS Boilerplate: A Step-by-Step Guide

Comments
8 min read
Creating a Django application

Creating a Django application

2
Comments
2 min read
Django 5: Applications and sites (Building a Multiplayer Tic Tac Toe with Python, Docker, and AI)

Django 5: Applications and sites (Building a Multiplayer Tic Tac Toe with Python, Docker, and AI)

1
Comments
3 min read
Django, Htmx e React: usando HTMX para alƩm de TODO-Lists

Django, Htmx e React: usando HTMX para alƩm de TODO-Lists

21
Comments 2
5 min read
Django - "manually" revert a migration.

Django - "manually" revert a migration.

Comments
1 min read
Streamlining Asynchronous Tasks in Django with Django Tasks Scheduler

Streamlining Asynchronous Tasks in Django with Django Tasks Scheduler

Comments
4 min read
Django-Sonar: The Essential Debugging Tool for Django

Django-Sonar: The Essential Debugging Tool for Django

1
Comments
3 min read
Tips for upgrading Python/Django versions in existing apps

Tips for upgrading Python/Django versions in existing apps

2
Comments
7 min read
Build a Live Search Feature with Django using HTMX and PostgreSQL FTS (in 10 minutes)

Build a Live Search Feature with Django using HTMX and PostgreSQL FTS (in 10 minutes)

Comments
6 min read
A Django Developer's Guide to Leveraging Google's Indexing API

A Django Developer's Guide to Leveraging Google's Indexing API

7
Comments
5 min read
Serve Django static files with NGINX (Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 3)

Serve Django static files with NGINX (Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 3)

1
Comments
4 min read
Creating APIs : introducing the beginner friendly framework

Creating APIs : introducing the beginner friendly framework

Comments
1 min read
Simple Tailwind & Stripe eCommerce

Simple Tailwind & Stripe eCommerce

4
Comments 1
3 min read
Deploying a Django site on AWS Elastic Beanstalk

Deploying a Django site on AWS Elastic Beanstalk

3
Comments
5 min read
Flask VS. Django - Which Python Development Environment is best for you?

Flask VS. Django - Which Python Development Environment is best for you?

Comments
4 min read
Creating a custom domain name for AWS Elastic Beanstalk application

Creating a custom domain name for AWS Elastic Beanstalk application

3
Comments
3 min read
Let the journey start! Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 1

Let the journey start! Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 1

1
Comments
2 min read
Can anyone give me some advanced, challenging, and unique web app project advice?

Can anyone give me some advanced, challenging, and unique web app project advice?

Comments 3
1 min read
Django With Postgres On Ubuntu.

Django With Postgres On Ubuntu.

1
Comments
3 min read
Non-Sequential IDs Matter in Django

Non-Sequential IDs Matter in Django

Comments
2 min read
How to cleanly stop Celery tasks on exceptions

How to cleanly stop Celery tasks on exceptions

1
Comments
3 min read
JWT Custom Authentication for Django Application

JWT Custom Authentication for Django Application

1
Comments
3 min read
How to centralize and visualize your app logs in Grafana

How to centralize and visualize your app logs in Grafana

2
Comments
6 min read
How to verify your Google App

How to verify your Google App

Comments
3 min read
The Django ORM: The Magic between the Application and the Database

The Django ORM: The Magic between the Application and the Database

1
Comments
6 min read
Implementation of Elastic Search in Django

Implementation of Elastic Search in Django

1
Comments
8 min read
Demystifying Django, how I built this simple blog application with the Django framework...šŸ™ŒšŸ™ŒšŸ’ÆšŸ’Æ

Demystifying Django, how I built this simple blog application with the Django framework...šŸ™ŒšŸ™ŒšŸ’ÆšŸ’Æ

Comments
3 min read
Django Framework is Dead šŸ˜µ

Django Framework is Dead šŸ˜µ

Comments 2
2 min read
Minha jornada de otimizaĆ§Ć£o de uma aplicaĆ§Ć£o django

Minha jornada de otimizaĆ§Ć£o de uma aplicaĆ§Ć£o django

17
Comments 2
9 min read
Django admin: How to add a custom page?

Django admin: How to add a custom page?

2
Comments
2 min read
Track Errors in Your Python Django Application with AppSignal

Track Errors in Your Python Django Application with AppSignal

Comments
7 min read
UtilMeta - a meta backend framework for Python

UtilMeta - a meta backend framework for Python

1
Comments
3 min read
Configure your Django project for multiple stages

Configure your Django project for multiple stages

Comments
3 min read
loading...