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.
Introduction to Django and Setting Up the Development Environment

Introduction to Django and Setting Up the Development Environment

Comments
3 min read
Implementing React and Django with Docker and Nginx

Implementing React and Django with Docker and Nginx

13
Comments 3
6 min read
Understanding tasks, brokers, workers, and backends in Celery

Understanding tasks, brokers, workers, and backends in Celery

38
Comments
6 min read
Automatically reload Celery workers with a custom Django command

Automatically reload Celery workers with a custom Django command

5
Comments
7 min read
Do Not Make This Mistake with Python Descriptors

Do Not Make This Mistake with Python Descriptors

1
Comments
2 min read
Society Issue Management System

Society Issue Management System

Comments
1 min read
Building a full-stack app with Python & Django

Building a full-stack app with Python & Django

Comments
10 min read
Understanding the importance of binding the port in Dockerfile

Understanding the importance of binding the port in Dockerfile

5
Comments
4 min read
Django AllAuth Chapter 3 - Social login with Django AllAuth

Django AllAuth Chapter 3 - Social login with Django AllAuth

Comments
3 min read
Instrumenting Django Applications using OpenTelemetry

Instrumenting Django Applications using OpenTelemetry

13
Comments
8 min read
Python Try-Except: When to Avoid It

Python Try-Except: When to Avoid It

7
Comments
2 min read
Emulating Rails-like resource controllers in a server-rendered Django app

Emulating Rails-like resource controllers in a server-rendered Django app

1
Comments
9 min read
Build a Dynamic Photo Collection App With Django

Build a Dynamic Photo Collection App With Django

5
Comments
7 min read
Fix slow queries in Django when using annotate and subqueries

Fix slow queries in Django when using annotate and subqueries

2
Comments
3 min read
Beginner's Guide to Setting Up a Django Project

Beginner's Guide to Setting Up a Django Project

5
Comments
4 min read
Hospede seu site Django com arquivos estáticos na Vercel gratuitamente (Novo Método)

Hospede seu site Django com arquivos estáticos na Vercel gratuitamente (Novo Método)

6
Comments
4 min read
Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

3
Comments 2
7 min read
Deploy Django to Azure - The Easy Way

Deploy Django to Azure - The Easy Way

16
Comments
4 min read
Django AllAuth Chapter 2 - How to install and configure Django AllAuth

Django AllAuth Chapter 2 - How to install and configure Django AllAuth

1
Comments
4 min read
Introdução ao ORM do Django: Exercícios Práticos

Introdução ao ORM do Django: Exercícios Práticos

3
Comments 1
3 min read
Mastering Django: A Workflow Guide

Mastering Django: A Workflow Guide

15
Comments 1
2 min read
Exploring Unit Testing in OpenStack Horizon

Exploring Unit Testing in OpenStack Horizon

8
Comments
6 min read
Deploying Django website to Vercel

Deploying Django website to Vercel

3
Comments
2 min read
Django: difference between MEDIA_ROOT and STATIC_ROOT

Django: difference between MEDIA_ROOT and STATIC_ROOT

Comments
4 min read
Adding Tailwind CSS to Django

Adding Tailwind CSS to Django

2
Comments
1 min read
loading...