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.
Creating a To-Do app with HTMX and Django, part 7: infinite scroll

Creating a To-Do app with HTMX and Django, part 7: infinite scroll

Comments
5 min read
Get Done βœ… : A step-by-step guide in building a Django To Do List

Get Done βœ… : A step-by-step guide in building a Django To Do List

1
Comments
11 min read
Creating a To-Do app with HTMX and Django, part 6: implementing Delete with tests

Creating a To-Do app with HTMX and Django, part 6: implementing Delete with tests

Comments
4 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
Creating a To-Do app with HTMX and Django, part 5: Testing the views

Creating a To-Do app with HTMX and Django, part 5: Testing the views

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

Exposing Your Django Project to the Internet Using Ngrok

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

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

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

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

Comments
7 min read
Common Django ORM Mistakes to fix

Common Django ORM Mistakes to fix

4
Comments
3 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
Mastering Python Logging: From Basics to Advanced Techniques

Mastering Python Logging: From Basics to Advanced Techniques

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

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

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

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

Comments
4 min read
Custom Django Python Migration

Custom Django Python Migration

Comments
1 min read
AssertionError: 403

AssertionError: 403

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

Comments
7 min read
High-Performance Python: Asyncio

High-Performance Python: Asyncio

3
Comments
9 min read
Mastering Python Async IO with FastAPI

Mastering Python Async IO with FastAPI

3
Comments
9 min read
loading...