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 API Actions in Django Rest Framework

Creating API Actions in Django Rest Framework

1
Comments
5 min read
Unraveling Static File Management in Django: Global and In-App Approach

Unraveling Static File Management in Django: Global and In-App Approach

Comments
2 min read
Utilizando Class-Based Views (CBVs) no Django: Simplificando o Desenvolvimento Web

Utilizando Class-Based Views (CBVs) no Django: Simplificando o Desenvolvimento Web

Comments
4 min read
Building a Dynamic Community: Implementing Comments in Your Django Blog

Building a Dynamic Community: Implementing Comments in Your Django Blog

4
Comments
6 min read
How to Avoid N+1 Queries in Django: Tips and Solutions

How to Avoid N+1 Queries in Django: Tips and Solutions

12
Comments
4 min read
Web3 backend and smart contract development for Python developers Musical NFTs part 16: Stripe integration

Web3 backend and smart contract development for Python developers Musical NFTs part 16: Stripe integration

Comments 1
12 min read
CS50 Web - Project 1

CS50 Web - Project 1

Comments
1 min read
Explorando o DeleteView no Django: Uma Análise Detalhada da Exclusão de Registros

Explorando o DeleteView no Django: Uma Análise Detalhada da Exclusão de Registros

Comments
3 min read
Notifications not showing on list

Notifications not showing on list

Comments
1 min read
Build Your First Django App: Beginner's Guide

Build Your First Django App: Beginner's Guide

5
Comments 3
3 min read
Explorando o UpdateView no Django: Uma Abordagem Detalhada para Atualizações

Explorando o UpdateView no Django: Uma Abordagem Detalhada para Atualizações

1
Comments
3 min read
Web3 backend & smart contract development for Python developers part 15: Listening on-chain events with Celery and web3.py

Web3 backend & smart contract development for Python developers part 15: Listening on-chain events with Celery and web3.py

1
Comments
7 min read
Building a Currency Converter in Django: A Step-by-Step Guide

Building a Currency Converter in Django: A Step-by-Step Guide

1
Comments
4 min read
Testing Models with Pytest in Django: A practical approach | Testing Django Applications

Testing Models with Pytest in Django: A practical approach | Testing Django Applications

5
Comments
10 min read
Enhancing Code Efficiency: A Deep Dive into the Popularity Algorithm

Enhancing Code Efficiency: A Deep Dive into the Popularity Algorithm

5
Comments 6
2 min read
Explorando o DetailView no Django: Uma Visão Detalhada dos Detalhes

Explorando o DetailView no Django: Uma Visão Detalhada dos Detalhes

Comments
3 min read
Exploring the Anatomy of a Django Project: A Guide to Default Files

Exploring the Anatomy of a Django Project: A Guide to Default Files

1
Comments
2 min read
The Definitive Django Development Roadmap: From Beginner to Advanced

The Definitive Django Development Roadmap: From Beginner to Advanced

Comments
2 min read
Explorando o CreateView no Django: Uma Abordagem Completa

Explorando o CreateView no Django: Uma Abordagem Completa

Comments
3 min read
Setting up Django in a Better Way and Understanding How It Works

Setting up Django in a Better Way and Understanding How It Works

1
Comments
13 min read
Build a Custom Functional Django Project

Build a Custom Functional Django Project

2
Comments
10 min read
Django Messages Framework: A Guide to Displaying Messages

Django Messages Framework: A Guide to Displaying Messages

Comments 1
2 min read
How to Predict the Temperature of Any Future Day Using Time-Series (Prophet Model and Django Backend)?-A Beginner-Friendly Guide

How to Predict the Temperature of Any Future Day Using Time-Series (Prophet Model and Django Backend)?-A Beginner-Friendly Guide

12
Comments 2
8 min read
CodeCraze🚀 - create your own blog in Django | Part 0 | Project Setup

CodeCraze🚀 - create your own blog in Django | Part 0 | Project Setup

1
Comments 2
5 min read
A Deep Dive into Django Foreign Keys

A Deep Dive into Django Foreign Keys

Comments
2 min read
🔋 Learn Django the Easy Way with These 6 Free Resources

🔋 Learn Django the Easy Way with These 6 Free Resources

6
Comments 1
7 min read
Lets Build a Digital /E-Wallets API

Lets Build a Digital /E-Wallets API

3
Comments
33 min read
How do I make the Openai API message output in real time?

How do I make the Openai API message output in real time?

Comments
1 min read
Sockets for real-time data flow with Django Rest Framework

Sockets for real-time data flow with Django Rest Framework

13
Comments
5 min read
🔒 Authenticate with Session-Based Auth in Django, Bootstrap, React & Vite

🔒 Authenticate with Session-Based Auth in Django, Bootstrap, React & Vite

10
Comments 1
2 min read
Building My First Wagtail Site

Building My First Wagtail Site

Comments
2 min read
What is the reason for the nested template directory structure in Django?

What is the reason for the nested template directory structure in Django?

1
Comments
5 min read
How to Do Periodic Tasks in a Django REST API Using Celery and Redis? - A Beginner-Friendly Guide

How to Do Periodic Tasks in a Django REST API Using Celery and Redis? - A Beginner-Friendly Guide

14
Comments 1
6 min read
Django ORM with objects

Django ORM with objects

1
Comments
2 min read
Mastering Django Now: A Comprehensive Guide from Beginner to Advanced

Mastering Django Now: A Comprehensive Guide from Beginner to Advanced

23
Comments 1
16 min read
Unchaining Django in Wagtail

Unchaining Django in Wagtail

Comments
3 min read
Enhancing Django Applications with a Custom Middleware

Enhancing Django Applications with a Custom Middleware

1
Comments
3 min read
Introducing Bloggy: The Open-Source Blogging Platform Built with Python and Django

Introducing Bloggy: The Open-Source Blogging Platform Built with Python and Django

18
Comments 6
2 min read
DjangoInitiator: Your Path to Effortless Django Project Creation

DjangoInitiator: Your Path to Effortless Django Project Creation

Comments
1 min read
Build A Web App Using Django

Build A Web App Using Django

9
Comments
7 min read
Creating a Django REST Framework View to Return Data and Custom Messages

Creating a Django REST Framework View to Return Data and Custom Messages

Comments
2 min read
How to Create a Django Project and Application.

How to Create a Django Project and Application.

2
Comments
2 min read
Setting Sail with a CMS called 'Wagtail'

Setting Sail with a CMS called 'Wagtail'

Comments
2 min read
Learn Django Easily in 2023

Learn Django Easily in 2023

5
Comments 4
2 min read
Guia Completo para Criar Áreas Restritas e Criação de Grupos de Permissões em Django

Guia Completo para Criar Áreas Restritas e Criação de Grupos de Permissões em Django

2
Comments
3 min read
Resurrecting a Dead App: Neurelo to the Rescue

Resurrecting a Dead App: Neurelo to the Rescue

2
Comments 3
10 min read
Creating a Task Manager API with Django and MySQL

Creating a Task Manager API with Django and MySQL

6
Comments
3 min read
How to Serve Static Files in a Django Project

How to Serve Static Files in a Django Project

4
Comments
2 min read
The only Celery & Django Tutorial you need

The only Celery & Django Tutorial you need

8
Comments
5 min read
Python: creating tokens without the Django auth models

Python: creating tokens without the Django auth models

2
Comments 1
2 min read
Guia Completo para Restringir o Acesso a um Site em Django Apenas após o Login

Guia Completo para Restringir o Acesso a um Site em Django Apenas após o Login

Comments
3 min read
Criação de Telas de Login em Django: Um Guia Completo

Criação de Telas de Login em Django: Um Guia Completo

4
Comments
3 min read
Infinite Scroll Pagination in Django with HTMX

Infinite Scroll Pagination in Django with HTMX

9
Comments 3
5 min read
Web3 backend and smart contract development for Python developers Musical NFTs part 12: NFT cards in user profile

Web3 backend and smart contract development for Python developers Musical NFTs part 12: NFT cards in user profile

Comments
6 min read
How to use Redis in Django to optimize Your Django Performance

How to use Redis in Django to optimize Your Django Performance

2
Comments
3 min read
Guia Completo do Módulo forms no Django

Guia Completo do Módulo forms no Django

1
Comments
3 min read
Guia Completo do Módulo tests no Django

Guia Completo do Módulo tests no Django

2
Comments
3 min read
Guia Completo do Módulo views no Django

Guia Completo do Módulo views no Django

1
Comments
3 min read
Guia Completo do Módulo models no Django

Guia Completo do Módulo models no Django

Comments
3 min read
Guia Completo para Configuração e Estrutura da Pasta media no Django

Guia Completo para Configuração e Estrutura da Pasta media no Django

Comments
3 min read
loading...