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.
Django under the hood: How Form validation works ?

Django under the hood: How Form validation works ?

Comments
12 min read
Supercharge your Django App with caching.

Supercharge your Django App with caching.

1
Comments
2 min read
Boost Your Testing with FactoryBoy! 🏭🐍

Boost Your Testing with FactoryBoy! 🏭🐍

Comments
1 min read
The Evolution of HTTP 1.0 vs 1.1 vs 2.0: A Clear Comparison

The Evolution of HTTP 1.0 vs 1.1 vs 2.0: A Clear Comparison

5
Comments
12 min read
When Not to Use AI: A Developer’s Perspective

When Not to Use AI: A Developer’s Perspective

Comments
3 min read
Adding HTTPS to django app on VM(Windows OS) Production level

Adding HTTPS to django app on VM(Windows OS) Production level

Comments
1 min read
Handling CSRF Login Errors Gracefully in Django

Handling CSRF Login Errors Gracefully in Django

Comments
3 min read
Better living through optimized Django

Better living through optimized Django

Comments
8 min read
Django REST Framework with Simple JWT (JSON Web Token): Steps on how to sign and verify using the RSA algorithm

Django REST Framework with Simple JWT (JSON Web Token): Steps on how to sign and verify using the RSA algorithm

Comments
2 min read
🚀 Looking for Developers to Join a Startup Like Yandex Eats & Wolt!

🚀 Looking for Developers to Join a Startup Like Yandex Eats & Wolt!

5
Comments
1 min read
Introduction à l’Automatisation des Contenus sur les Réseaux Sociaux

Introduction à l’Automatisation des Contenus sur les Réseaux Sociaux

Comments
2 min read
Python Doesn’t Have True Constants—So I Built setconstant

Python Doesn’t Have True Constants—So I Built setconstant

Comments
2 min read
Implementing SSO In Your Django Project

Implementing SSO In Your Django Project

5
Comments
3 min read
Role-Based Access Control in Django

Role-Based Access Control in Django

7
Comments 2
4 min read
The filesystem - a quick & dirty way to store temp data in your API

The filesystem - a quick & dirty way to store temp data in your API

Comments
2 min read
Creating Models in Django

Creating Models in Django

5
Comments
2 min read
How to Create an Image Model in Django (with Settings)

How to Create an Image Model in Django (with Settings)

5
Comments
3 min read
Django + HTMX Boilerplate for SaaS

Django + HTMX Boilerplate for SaaS

Comments
1 min read
What is `ContentFile` in Django?

What is `ContentFile` in Django?

Comments
2 min read
Django admin tricks I commonly use

Django admin tricks I commonly use

Comments
6 min read
🚀 Django REST Framework: Installation & API Documentation Setup

🚀 Django REST Framework: Installation & API Documentation Setup

Comments
2 min read
Django Query Optimizations: Speed Up Your App Efficiently

Django Query Optimizations: Speed Up Your App Efficiently

Comments
1 min read
Optimize Django Queries: Unmasking and Solving the N+1 Problem (Interactive Guide)

Optimize Django Queries: Unmasking and Solving the N+1 Problem (Interactive Guide)

Comments
2 min read
How to Build a Custom Django Authentication System: A Comprehensive Guide.

How to Build a Custom Django Authentication System: A Comprehensive Guide.

Comments
21 min read
Explaining Python Type Annotations: A Comprehensive Guide to the typing Module

Explaining Python Type Annotations: A Comprehensive Guide to the typing Module

5
Comments
12 min read
loading...