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

Setting up your first django project.

2
Comments
3 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

Comments
5 min read
Dockerfile for Django Devs

Dockerfile for Django Devs

1
Comments
6 min read
CSRF Issue in Postman with JWT Authentication

CSRF Issue in Postman with JWT Authentication

Comments
1 min read
Day 1: Mastering Django, PostgreSQL & SQL – My 20-Day Challenge Begins!

Day 1: Mastering Django, PostgreSQL & SQL – My 20-Day Challenge Begins!

Comments
1 min read
How to Log Users Out in Django Rest Framework (DRF)

How to Log Users Out in Django Rest Framework (DRF)

Comments
2 min read
πŸš€ FastAPI vs Django vs Flask: Which Framework Will Rule in 2025?

πŸš€ FastAPI vs Django vs Flask: Which Framework Will Rule in 2025?

9
Comments 2
3 min read
Understanding creating an Authentication Backend in a Django project

Understanding creating an Authentication Backend in a Django project

Comments
3 min read
Beginner project with django admin app

Beginner project with django admin app

Comments
1 min read
Mapping Users to Records & Protecting Views in Django πŸš€

Mapping Users to Records & Protecting Views in Django πŸš€

Comments
2 min read
Day 11: Customizing CBVs with Mixins & Efficient Form Handling

Day 11: Customizing CBVs with Mixins & Efficient Form Handling

Comments
2 min read
API Testing with Postman: How to Test APIs Without Writing Code

API Testing with Postman: How to Test APIs Without Writing Code

Comments
3 min read
Day 10: Introduction to Django Class-Based Views (CBVs)

Day 10: Introduction to Django Class-Based Views (CBVs)

Comments
2 min read
Difference Between reverse and reverse_lazy and how to use it with get_absolute_url

Difference Between reverse and reverse_lazy and how to use it with get_absolute_url

Comments
2 min read
Day 9: Adding Edit & Delete Features to My Blog Project

Day 9: Adding Edit & Delete Features to My Blog Project

Comments
2 min read
SQLAlchemy 2.0: The Most Powerful ORM for Python Yet

SQLAlchemy 2.0: The Most Powerful ORM for Python Yet

5
Comments
10 min read
Day 8: Building a Blog with Function-Based Views & Dynamic Homepages

Day 8: Building a Blog with Function-Based Views & Dynamic Homepages

Comments
2 min read
How Python Powers Scalable and Cost-Effective Cloud Solutions

How Python Powers Scalable and Cost-Effective Cloud Solutions

1
Comments
4 min read
Trying Out MongoDB database Backend for Django

Trying Out MongoDB database Backend for Django

8
Comments 1
3 min read
Day 5: Managing User Input with Forms

Day 5: Managing User Input with Forms

Comments
2 min read
Day 4: Bringing My App to Life with Templates & Static Files

Day 4: Bringing My App to Life with Templates & Static Files

Comments
2 min read
loading...