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.
Better living through optimized Django

Better living through optimized Django

1
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
Setting up your first django project.

Setting up your first django project.

4
Comments
3 min read
How to Build a Task Manager API with Django REST Framework: Part 7 - API Documentation with OpenAPI and Swagger

How to Build a Task Manager API with Django REST Framework: Part 7 - API Documentation with OpenAPI and Swagger

1
Comments
8 min read
Why I’m Building Astra to Fix Python Deployment Pain

Why I’m Building Astra to Fix Python Deployment Pain

Comments
2 min read
Creating Models in Django

Creating Models in Django

6
Comments
2 min read
Building a Realworld blog backend in 600 lines of Python

Building a Realworld blog backend in 600 lines of Python

1
Comments
25 min read
How to Build a Task Manager API with Django REST Framework: Part 6 - Best Practices for Securing Django REST APIs

How to Build a Task Manager API with Django REST Framework: Part 6 - Best Practices for Securing Django REST APIs

1
Comments 4
8 min read
DjangoConUS 2024: From Wish to Tradition

DjangoConUS 2024: From Wish to Tradition

6
Comments 5
4 min read
"[PT-BR] Testes Unitários Eficientes no Django"-Torne a saída mais legível usando o plugin pytest-sugar

"[PT-BR] Testes Unitários Eficientes no Django"-Torne a saída mais legível usando o plugin pytest-sugar

Comments
5 min read
How to Build a Task Manager API with Django REST Framework: Part 5 - Optimizing API Performance: Filtering, Pagination & Search

How to Build a Task Manager API with Django REST Framework: Part 5 - Optimizing API Performance: Filtering, Pagination & Search

Comments
5 min read
How to Customize Django Authentication with Email Login

How to Customize Django Authentication with Email Login

Comments
20 min read
The Django Iceberg

The Django Iceberg

11
Comments 2
4 min read
How to Build a Task Manager API with Django REST Framework: Part 4 - Personalize with User-Owned Tasks

How to Build a Task Manager API with Django REST Framework: Part 4 - Personalize with User-Owned Tasks

1
Comments
4 min read
Fastapi over Django for app developers

Fastapi over Django for app developers

2
Comments
3 min read
Django login Signup

Django login Signup

1
Comments
4 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 Codebase Updates: January 2025

Django Codebase Updates: January 2025

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

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

6
Comments
12 min read
Python Metaprogramming Unleashed: Full Control Over Everything

Python Metaprogramming Unleashed: Full Control Over Everything

5
Comments
7 min read
Django 5.2's Smart Shell: Goodbye Manual Model Imports!

Django 5.2's Smart Shell: Goodbye Manual Model Imports!

2
Comments
1 min read
DRF: SerializerMethodField vs DataSerializerField

DRF: SerializerMethodField vs DataSerializerField

Comments
1 min read
Why Django Is the Most Popular Framework for Python Development

Why Django Is the Most Popular Framework for Python Development

Comments
6 min read
How to Build a Task Manager API with Django REST Framework: Part 3 - Authentication and Permission

How to Build a Task Manager API with Django REST Framework: Part 3 - Authentication and Permission

1
Comments
5 min read
loading...