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.
Django REST Framework for Beginners: How to Create Your First API

Django REST Framework for Beginners: How to Create Your First API

3
Comments
9 min read
😎 Scale your Django App with Celery

😎 Scale your Django App with Celery

Comments
3 min read
Check out this Open Source Django-Tailwind Developer Portfolio and Blog in 2024!

Check out this Open Source Django-Tailwind Developer Portfolio and Blog in 2024!

7
Comments
2 min read
How I became an Outreachy Intern.

How I became an Outreachy Intern.

5
Comments 2
4 min read
How to Set up Your First Django Project: A Beginner's Guide

How to Set up Your First Django Project: A Beginner's Guide

3
Comments
6 min read
API and REST in simple terms explained

API and REST in simple terms explained

Comments
1 min read
From Novice to Ninja: The Django Advantage

From Novice to Ninja: The Django Advantage

1
Comments
5 min read
Need to Create a Simple Content Aggregator Website using Django? It's a Minimalist Task

Need to Create a Simple Content Aggregator Website using Django? It's a Minimalist Task

3
Comments
4 min read
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

7
Comments 2
6 min read
The project that will make you enjoy writing tests for your Django app

The project that will make you enjoy writing tests for your Django app

Comments
2 min read
Things to Note Before Migrating Servers

Things to Note Before Migrating Servers

Comments
4 min read
Using Faker Module in Django

Using Faker Module in Django

1
Comments
1 min read
DjangoConUS 2023: A Wish Fulfilled

DjangoConUS 2023: A Wish Fulfilled

25
Comments 12
6 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

7
Comments
12 min read
Django Roadmap 2024

Django Roadmap 2024

80
Comments 4
4 min read
Creating a simple message board app in django

Creating a simple message board app in django

9
Comments 1
5 min read
How to Increase File Upload Size in Django Backend

How to Increase File Upload Size in Django Backend

Comments
2 min read
Introduction to Using Django

Introduction to Using Django

Comments
4 min read
Unlock Django : The Full stack Guide

Unlock Django : The Full stack Guide

4
Comments
5 min read
Learn from Source: Master Testing in Django

Learn from Source: Master Testing in Django

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

9
Comments 1
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
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
Simplifying django-rest-framework Testing with drf-api-action

Simplifying django-rest-framework Testing with drf-api-action

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

18
Comments 2
8 min read
Transforming from a beginner to an expert in Python/ Django: My Journey with Education Ecosystem

Transforming from a beginner to an expert in Python/ Django: My Journey with Education Ecosystem

1
Comments
2 min read
How to deploy django app on cpanel

How to deploy django app on cpanel

2
Comments
3 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
How we implemented a straightforward post history system at Glynk

How we implemented a straightforward post history system at Glynk

Comments
2 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
Can still access login page after logging in using ReactJS and dj-rest-auth

Can still access login page after logging in using ReactJS and dj-rest-auth

Comments
1 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
Why I completely removed React from my Django project

Why I completely removed React from my Django project

36
Comments 45
4 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
Integrating Django and React in a Django Project

Integrating Django and React in a Django Project

12
Comments 3
2 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
Launching a django webserver in Docker

Launching a django webserver in Docker

15
Comments 4
4 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

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

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

14
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

7
Comments
10 min read
loading...