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 Manage Feature Flags in Django Applications with Django-Flags

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

Comments
4 min read
Django With Postgres On Ubuntu.

Django With Postgres On Ubuntu.

1
Comments
3 min read
Django-Honeypot: A Simple and Effective Spam Protection Tool

Django-Honeypot: A Simple and Effective Spam Protection Tool

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
Implementation of Elastic Search in Django

Implementation of Elastic Search in Django

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 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
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 - "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
Tips for upgrading Python/Django versions in existing apps

Tips for upgrading Python/Django versions in existing apps

2
Comments
7 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
Django admin: How to add a custom page?

Django admin: How to add a custom page?

2
Comments
2 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
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
Non-Sequential IDs Matter in Django

Non-Sequential IDs Matter in Django

Comments
2 min read
Create a Django app with Gunicorn and Docker: Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 2

Create a Django app with Gunicorn and Docker: Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 2

1
Comments
3 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
Essential Tips for Beginner Django Developers

Essential Tips for Beginner Django Developers

4
Comments 2
2 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
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
10 Django Projects Ideas for Beginners

10 Django Projects Ideas for Beginners

5
Comments
6 min read
How to add edit link to wagtail-autocomplete items

How to add edit link to wagtail-autocomplete items

Comments
2 min read
How to set up Django with Postgres from Neon

How to set up Django with Postgres from Neon

Comments
5 min read
When will this recession gonna end??

When will this recession gonna end??

2
Comments 7
1 min read
Why Python has No REAL Private Method :- Understanding the Absence of True Private Methods in Python.

Why Python has No REAL Private Method :- Understanding the Absence of True Private Methods in Python.

1
Comments
2 min read
Django Project on NGINX Unit

Django Project on NGINX Unit

2
Comments
5 min read
Build User login/signup & RESTful APIs in 100 lines of Python

Build User login/signup & RESTful APIs in 100 lines of Python

13
Comments 2
10 min read
Handling host validation dynamically in Django

Handling host validation dynamically in Django

2
Comments
4 min read
📰 Monthly digests: January 2024

📰 Monthly digests: January 2024

Comments
3 min read
Understanding Http Redirections in Django

Understanding Http Redirections in Django

1
Comments
7 min read
Navigating Django Schemas with Ease: How Django-schema-viewer Helps Developers

Navigating Django Schemas with Ease: How Django-schema-viewer Helps Developers

Comments
3 min read
Dockerizing Django, A Step-by-Step Guide

Dockerizing Django, A Step-by-Step Guide

1
Comments
6 min read
Django Signals mastery

Django Signals mastery

6
Comments
7 min read
How to add Tailwind CSS to your Django Project

How to add Tailwind CSS to your Django Project

5
Comments
6 min read
An Introduction to Testing with Django for Python

An Introduction to Testing with Django for Python

11
Comments 2
13 min read
How to build an online python code editor using Ace

How to build an online python code editor using Ace

7
Comments 2
5 min read
Next.js & Django JWT Authentication: Django REST, TypeScript, JWT, Wretch & Djoser

Next.js & Django JWT Authentication: Django REST, TypeScript, JWT, Wretch & Djoser

11
Comments 5
36 min read
Handling JSON Data Serialization when Working with Django REST Framework APIs

Handling JSON Data Serialization when Working with Django REST Framework APIs

2
Comments
6 min read
Building scalable apps with serverless PostgreSQL & Django

Building scalable apps with serverless PostgreSQL & Django

36
Comments 5
7 min read
Django Hello, World

Django Hello, World

6
Comments
5 min read
Authorization and Authentication in Django

Authorization and Authentication in Django

Comments
2 min read
Understanding Django's Secure Password Encryption

Understanding Django's Secure Password Encryption

1
Comments 1
2 min read
Django ORM Kullanımı Üzerine Temel Bilgiler

Django ORM Kullanımı Üzerine Temel Bilgiler

Comments
3 min read
Mastering Django ORM: Best Practices for Effective Database Interactions

Mastering Django ORM: Best Practices for Effective Database Interactions

2
Comments
2 min read
Building a Full-Fledged Application Using Only Django Admin

Building a Full-Fledged Application Using Only Django Admin

Comments
4 min read
Django for Web - 101

Django for Web - 101

Comments
2 min read
Django project website UX: call for help!

Django project website UX: call for help!

1
Comments
1 min read
loading...