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.
Kubernetes: o que é, quando e como aplicá-lo

Kubernetes: o que é, quando e como aplicá-lo

3
Comments
5 min read
React Integration with Django Using Babel & Webpack

React Integration with Django Using Babel & Webpack

4
Comments 2
6 min read
Things to Note Before Migrating Servers

Things to Note Before Migrating Servers

Comments
4 min read
Deploying a Django Application on Cpanel | Beginner's Guide

Deploying a Django Application on Cpanel | Beginner's Guide

Comments
3 min read
DjangoConUS 2023: A Wish Fulfilled

DjangoConUS 2023: A Wish Fulfilled

25
Comments 12
6 min read
Using Faker Module in Django

Using Faker Module in Django

1
Comments
1 min read
How to deploy a Django app to Google Cloud Run using Terraform

How to deploy a Django app to Google Cloud Run using Terraform

3
Comments
12 min read
Creating a simple message board app in django

Creating a simple message board app in django

5
Comments 1
5 min read
Unlock Django : The Full stack Guide

Unlock Django : The Full stack Guide

2
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
Build a GitLab CI/CD pipeline to deploy a Django app to AWS Lambda

Build a GitLab CI/CD pipeline to deploy a Django app to AWS Lambda

6
Comments
8 min read
Django: Explorando o Framework com um Exemplo Prático - Parte 1

Django: Explorando o Framework com um Exemplo Prático - Parte 1

5
Comments
5 min read
Database relationships: many-to-one, one-to-one and many-to-many

Database relationships: many-to-one, one-to-one and many-to-many

2
Comments
1 min read
Django Query Expressions F()

Django Query Expressions F()

4
Comments 2
3 min read
How to Create a Template in Django

How to Create a Template in Django

Comments
2 min read
Understanding REST and GraphQL in Django: An overview for beginners

Understanding REST and GraphQL in Django: An overview for beginners

Comments
1 min read
Deploy a Django application to AWS Lambda using Serverless Framework

Deploy a Django application to AWS Lambda using Serverless Framework

7
Comments 2
8 min read
Web3 backend and smart contract development for Python developers Musical NFTs part 17: Deployment time!

Web3 backend and smart contract development for Python developers Musical NFTs part 17: Deployment time!

Comments
11 min read
Build and Deploy a URL Shortener using Django REST Framework and Managed Postgres

Build and Deploy a URL Shortener using Django REST Framework and Managed Postgres

4
Comments
15 min read
Python é fácil. Go é simples. Simples é diferente de fácil

Python é fácil. Go é simples. Simples é diferente de fácil

3
Comments
6 min read
Conectando o Django ao Banco de Dados Microsoft SQL Server (MSSQL)

Conectando o Django ao Banco de Dados Microsoft SQL Server (MSSQL)

Comments
3 min read
Why I completely removed React from my Django project

Why I completely removed React from my Django project

39
Comments 45
4 min read
Explorando o ListView no Django: Uma Jornada pelos Recursos e Melhores Práticas

Explorando o ListView no Django: Uma Jornada pelos Recursos e Melhores Práticas

Comments
3 min read
Web3 backend and smart contract development for Python developers Musical NFTs part 14: Buy NFT crypto buyer

Web3 backend and smart contract development for Python developers Musical NFTs part 14: Buy NFT crypto buyer

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

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

Comments
3 min read
Integrating Django and React in a Django Project

Integrating Django and React in a Django Project

1
Comments 3
2 min read
Launching a django webserver in Docker

Launching a django webserver in Docker

10
Comments 3
4 min read
Setting Up Celery for Your Django Project on Ubuntu Server: A Comprehensive Guide

Setting Up Celery for Your Django Project on Ubuntu Server: A Comprehensive Guide

1
Comments 2
5 min read
How Django keeps track of your model classes?

How Django keeps track of your model classes?

8
Comments
3 min read
Building Your Django App: A Beginner's Guide (Part 2)

Building Your Django App: A Beginner's Guide (Part 2)

1
Comments
3 min read
Personalizando o modelo de usuário do Django

Personalizando o modelo de usuário do Django

5
Comments 2
3 min read
Django Build Automation

Django Build Automation

2
Comments 1
2 min read
Creating API Actions in Django Rest Framework

Creating API Actions in Django Rest Framework

Comments
5 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
Django Messages Framework: A Guide to Displaying Messages

Django Messages Framework: A Guide to Displaying Messages

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

Building a Dynamic Community: Implementing Comments in Your Django Blog

1
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

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
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
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
Build Your First Django App: Beginner's Guide

Build Your First Django App: Beginner's Guide

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

Enhancing Code Efficiency: A Deep Dive into the Popularity Algorithm

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

Comments
10 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
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 in 5 Minutes and Understanding How It Works

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

1
Comments
13 min read
Build a Custom Functional Django Project

Build a Custom Functional Django Project

8
Comments
10 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

11
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

4
Comments 2
5 min read
Creating a Task Manager API with Django and MySQL

Creating a Task Manager API with Django and MySQL

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

🔋 Learn Django the Easy Way with These 6 Free Resources

3
Comments 1
7 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
Lets Build a Digital /E-Wallets API

Lets Build a Digital /E-Wallets API

2
Comments
33 min read
Build A Web App Using Django

Build A Web App Using Django

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

Sockets for real-time data flow with Django Rest Framework

1
Comments
5 min read
Recieving 404 page not found and 400 bad request

Recieving 404 page not found and 400 bad request

1
Comments
1 min read
đź”’ Authenticate with Session-Based Auth in Django, Bootstrap, React & Vite

đź”’ Authenticate with Session-Based Auth in Django, Bootstrap, React & Vite

3
Comments
2 min read
Django ORM with objects

Django ORM with objects

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

8
Comments 1
6 min read
loading...