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.
Exposing Your Django Project to the Internet Using Ngrok

Exposing Your Django Project to the Internet Using Ngrok

Comments
2 min read
Containerizing a Django Web Application: Serving Static Pages with Docker

Containerizing a Django Web Application: Serving Static Pages with Docker

1
Comments
5 min read
Styling Django Projects: A Comprehensive Guide to CSS Integration

Styling Django Projects: A Comprehensive Guide to CSS Integration

Comments
3 min read
Integrate Sentry into your Django project

Integrate Sentry into your Django project

Comments
2 min read
Django Authentication Made Easy: A Complete Guide to Registration, Login, and User Management

Django Authentication Made Easy: A Complete Guide to Registration, Login, and User Management

Comments
3 min read
Schedule a call with Twilio and Django

Schedule a call with Twilio and Django

Comments
1 min read
What is the difference between the extends and include tag in django?

What is the difference between the extends and include tag in django?

Comments
2 min read
Creating a To-Do app with Django and HTMX - Part 3: Creating the frontend and adding HTMX

Creating a To-Do app with Django and HTMX - Part 3: Creating the frontend and adding HTMX

Comments
7 min read
Optimizing Query Performance in Django with PostgreSQL: A Case Study

Optimizing Query Performance in Django with PostgreSQL: A Case Study

3
Comments
4 min read
Creating a To-Do app with Django and HTMX, part 4: adding new Todos

Creating a To-Do app with Django and HTMX, part 4: adding new Todos

Comments
4 min read
Common Django ORM Mistakes to fix

Common Django ORM Mistakes to fix

Comments
3 min read
Master Django Routes and Views: The Foundation of Web Development

Master Django Routes and Views: The Foundation of Web Development

Comments
3 min read
Implémentation de vérification de numéro de téléphone dans un projet drf

Implémentation de vérification de numéro de téléphone dans un projet drf

Comments
9 min read
Integrate React into Django Seamlessly with the reactify-django CLI

Integrate React into Django Seamlessly with the reactify-django CLI

Comments
4 min read
Handling Unmanaged Models in Pytest-Django

Handling Unmanaged Models in Pytest-Django

Comments
3 min read
Step-by-Step Guide to User Authentication with Django, Djoser, and JWT: Part I

Step-by-Step Guide to User Authentication with Django, Djoser, and JWT: Part I

Comments
7 min read
Mastering Try-Except Blocks in Django: Simplified Python Error Handling

Mastering Try-Except Blocks in Django: Simplified Python Error Handling

Comments
2 min read
Django Forms From Model Tutorial: Build a Complete CRUD Application

Django Forms From Model Tutorial: Build a Complete CRUD Application

Comments
2 min read
Building REST API Endpoints with Django REST Framework: A Step-by-Step Guide

Building REST API Endpoints with Django REST Framework: A Step-by-Step Guide

Comments
4 min read
Django Deployment : Serving Static files with Nginx and Gunicorn

Django Deployment : Serving Static files with Nginx and Gunicorn

Comments
2 min read
Generating SECRET_KEY for production deployment of Django project

Generating SECRET_KEY for production deployment of Django project

Comments
1 min read
Tips to learn python

Tips to learn python

Comments
2 min read
Django project - Part 5 Dev Tools

Django project - Part 5 Dev Tools

Comments
4 min read
Creating a To-Do app with Django and HTMX - Part 2: Adding the Todo model with tests

Creating a To-Do app with Django and HTMX - Part 2: Adding the Todo model with tests

Comments
4 min read
Creating a To-Do app with Django and HTMX - Part 1: Creating the Django project with uv

Creating a To-Do app with Django and HTMX - Part 1: Creating the Django project with uv

1
Comments 2
5 min read
Débusquer les Goulots d'Étranglement Django : Une Analyse Approfondie avec Django-Silk

Débusquer les Goulots d'Étranglement Django : Une Analyse Approfondie avec Django-Silk

Comments
2 min read
Need Guidance: Is Django a Good Choice for Building My Portfolio and Landing an Internship?

Need Guidance: Is Django a Good Choice for Building My Portfolio and Landing an Internship?

Comments
1 min read
Diary App, memories AI integration

Diary App, memories AI integration

Comments
7 min read
Add URLs to the list on the Admin Page Index.

Add URLs to the list on the Admin Page Index.

Comments
2 min read
HTTPS for Django Development Environment

HTTPS for Django Development Environment

Comments
5 min read
Understanding Python Terminology: Module, Package, Library, and Framework

Understanding Python Terminology: Module, Package, Library, and Framework

Comments
2 min read
¡Hola Wagtail!

¡Hola Wagtail!

Comments
5 min read
Why Django is the Perfect Framework for Beginners and Pros Alike

Why Django is the Perfect Framework for Beginners and Pros Alike

Comments
2 min read
Djoser SimpleJWT

Djoser SimpleJWT

Comments
1 min read
Synchronous Applications

Synchronous Applications

Comments
4 min read
Build Dynamic Location Tracking Systems in Django with Redis Pub/Sub and Pulsetracker

Build Dynamic Location Tracking Systems in Django with Redis Pub/Sub and Pulsetracker

Comments
3 min read
Authentication and Authorization in Django: Django session

Authentication and Authorization in Django: Django session

Comments
5 min read
Is Flask Dead? Is FastAPI the Future?

Is Flask Dead? Is FastAPI the Future?

3
Comments
10 min read
Master Django Basics in Just 26 Minutes: A Beginner-Friendly Tutorial

Master Django Basics in Just 26 Minutes: A Beginner-Friendly Tutorial

1
Comments
3 min read
How to Build Flexible Data Models in Django with JSONField and Pydantic

How to Build Flexible Data Models in Django with JSONField and Pydantic

4
Comments
6 min read
Wagtail localize and snippets

Wagtail localize and snippets

Comments
1 min read
Winning the Battle Against User Disengagement with Django Push Notifications

Winning the Battle Against User Disengagement with Django Push Notifications

Comments
2 min read
Day 2: Python Control Structures, Functions, Modules, and Data Structures

Day 2: Python Control Structures, Functions, Modules, and Data Structures

Comments
2 min read
Mastering Python Logging: From Basics to Advanced Techniques

Mastering Python Logging: From Basics to Advanced Techniques

Comments
3 min read
Custom Django Python Migration

Custom Django Python Migration

Comments
1 min read
AssertionError: 403

AssertionError: 403

Comments
2 min read
Deploy a Django App from GitHub on AWS Lightsail Using the Bitnami Django Stack

Deploy a Django App from GitHub on AWS Lightsail Using the Bitnami Django Stack

6
Comments
4 min read
PWA and Django #3: Online and offline resources in a PWA - Developing Progressive Web Applications with Django

PWA and Django #3: Online and offline resources in a PWA - Developing Progressive Web Applications with Django

Comments
3 min read
How to load .env in Django Project

How to load .env in Django Project

Comments
1 min read
Unlocking the Power of Django: Build Secure and Scalable Web Apps Fast

Unlocking the Power of Django: Build Secure and Scalable Web Apps Fast

Comments
2 min read
Django accounts management app (3), forgot password and account details

Django accounts management app (3), forgot password and account details

Comments
5 min read
Django built-in authentication system

Django built-in authentication system

4
Comments
7 min read
High-Performance Python: Asyncio

High-Performance Python: Asyncio

8
Comments
9 min read
Mastering Python Async IO with FastAPI

Mastering Python Async IO with FastAPI

4
Comments
9 min read
extra_kwargs arguments

extra_kwargs arguments

Comments
1 min read
Hosting multiple Websites on a single Nginx Server

Hosting multiple Websites on a single Nginx Server

13
Comments
2 min read
Django CRUD Application Tutorial | Step-by-Step Guide to Master Create, Read, Update, Delete

Django CRUD Application Tutorial | Step-by-Step Guide to Master Create, Read, Update, Delete

2
Comments
2 min read
How to start your django project the right way

How to start your django project the right way

Comments
3 min read
Using dj-rest-auth to integrate GitHub authentication in your Django project

Using dj-rest-auth to integrate GitHub authentication in your Django project

Comments
3 min read
Building a Secure Authentication System for CollabSphere Part 2: A Real-Time Communication Platform

Building a Secure Authentication System for CollabSphere Part 2: A Real-Time Communication Platform

Comments
3 min read
loading...