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.
Development-only routes in Django

Development-only routes in Django

11
Comments
2 min read
Django REST Framework - WebSocket

Django REST Framework - WebSocket

20
Comments 12
4 min read
Django REST FRAMEWORK Tutorial 3 -- Snippet アプリのモデルとシリアライザを作る

Django REST FRAMEWORK Tutorial 3 -- Snippet アプリのモデルとシリアライザを作る

4
Comments
4 min read
Django Nedir? Nasıl Kurulur?

Django Nedir? Nasıl Kurulur?

5
Comments
2 min read
Use a Model Manager to filter queryset by default in Django

Use a Model Manager to filter queryset by default in Django

5
Comments
1 min read
Running Private Docker Registry for Kubernetes

Running Private Docker Registry for Kubernetes

6
Comments
2 min read
YOU NEED to Learn Python in 2022! (Business Perspective)

YOU NEED to Learn Python in 2022! (Business Perspective)

7
Comments 2
2 min read
Django REST frameworkの初期セットアップ

Django REST frameworkの初期セットアップ

6
Comments
2 min read
Understand Django: Go Fast With Django

Understand Django: Go Fast With Django

22
Comments 2
20 min read
Dockerizing a Django App - for complete starters

Dockerizing a Django App - for complete starters

7
Comments
5 min read
How to host a Django project on Heroku (for free)

How to host a Django project on Heroku (for free)

6
Comments
2 min read
Django v4 Release Summary - Free Samples Included

Django v4 Release Summary - Free Samples Included

66
Comments 4
3 min read
MongoDB with Django

MongoDB with Django

7
Comments
4 min read
How I made an Online E-book store and reader

How I made an Online E-book store and reader

12
Comments 2
3 min read
A recipe sharing web app with Django and React

A recipe sharing web app with Django and React

42
Comments 9
1 min read
Django Basics: Database Configurations

Django Basics: Database Configurations

7
Comments
9 min read
Monitoring Django application performance with OpenTelemetry | SigNoz

Monitoring Django application performance with OpenTelemetry | SigNoz

31
Comments
7 min read
How to make a Rock Paper Scissors game in Django

How to make a Rock Paper Scissors game in Django

7
Comments
4 min read
Managing Django Media & Static Files on Heroku with Bucketeer

Managing Django Media & Static Files on Heroku with Bucketeer

9
Comments 5
12 min read
REASONS TO LEARN PYTHON WITH DJANGO IN 2022

REASONS TO LEARN PYTHON WITH DJANGO IN 2022

6
Comments
2 min read
Django REST FRAMEWORK Tutorial 2 -- quickstart アプリで作った API を curl でテストする

Django REST FRAMEWORK Tutorial 2 -- quickstart アプリで作った API を curl でテストする

7
Comments
1 min read
Excluding Fields in Django Rest Framework Serializers

Excluding Fields in Django Rest Framework Serializers

7
Comments
2 min read
30 Top Apps Made With Python

30 Top Apps Made With Python

9
Comments
13 min read
Automating Django Deployment workflow with Github Actions

Automating Django Deployment workflow with Github Actions

9
Comments
10 min read
Django on K8s (Part VI: Advanced Topics)

Django on K8s (Part VI: Advanced Topics)

6
Comments
5 min read
Setting up Asynchronous Tasks - Dockerizing Django for deploying anywhere !

Setting up Asynchronous Tasks - Dockerizing Django for deploying anywhere !

8
Comments
5 min read
LET'S TALK ABOUT DJANGO CBV AND FBV

LET'S TALK ABOUT DJANGO CBV AND FBV

1
Comments 2
2 min read
Django on K8s (Part V: Running with MySQL)

Django on K8s (Part V: Running with MySQL)

5
Comments
5 min read
Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial.

Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial.

2
Comments
1 min read
Bank Search-engine using MongoDB and Django

Bank Search-engine using MongoDB and Django

3
Comments
1 min read
Django on K8s (Part IV: Adding Storage)

Django on K8s (Part IV: Adding Storage)

5
Comments
2 min read
AtlasHackathon: Explore With Us (A Web App using Django, MongoDB Atlas)

AtlasHackathon: Explore With Us (A Web App using Django, MongoDB Atlas)

14
Comments
3 min read
What’s new in Django v4.0

What’s new in Django v4.0

5
Comments
5 min read
Django REST FRAMEWORK Tutorial 1 -- quickstart アプリの API 環境をdocker-compose で 立ち上げる

Django REST FRAMEWORK Tutorial 1 -- quickstart アプリの API 環境をdocker-compose で 立ち上げる

8
Comments
2 min read
Django on K8s (Part III: Running on Kubernetes)

Django on K8s (Part III: Running on Kubernetes)

4
Comments
4 min read
Django on K8s (Part II: Create an app image)

Django on K8s (Part II: Create an app image)

6
Comments
3 min read
Django on K8s (Part 0: Introduction)

Django on K8s (Part 0: Introduction)

32
Comments
2 min read
A review of "Django for Beginners". Finally someone gets it.

A review of "Django for Beginners". Finally someone gets it.

5
Comments
2 min read
Django: How to show a user liked a post or not in List View without Duplicate Queries.

Django: How to show a user liked a post or not in List View without Duplicate Queries.

6
Comments
1 min read
Django on K8s (Part I: Installing Docker & minikube)

Django on K8s (Part I: Installing Docker & minikube)

5
Comments 1
2 min read
Integrating Rich Text Editor with Django

Integrating Rich Text Editor with Django

8
Comments 1
3 min read
Django REST FRAMEWORK Tutorial 0 -- quickstart プロジェクト を docker-compose run で作って up で動かす

Django REST FRAMEWORK Tutorial 0 -- quickstart プロジェクト を docker-compose run で作って up で動かす

6
Comments
2 min read
Telegram bot with Django

Telegram bot with Django

12
Comments
2 min read
Django Basics: Creating Models

Django Basics: Creating Models

15
Comments 2
9 min read
Minitutorial Django: Enviar correo con gmail

Minitutorial Django: Enviar correo con gmail

7
Comments
2 min read
Restringir o bloquear elementos en django, hacer que se logueen para mostrarlo.

Restringir o bloquear elementos en django, hacer que se logueen para mostrarlo.

4
Comments
2 min read
Project: How To Build a Simple & Extendable Blogging Platform with Django & Python

Project: How To Build a Simple & Extendable Blogging Platform with Django & Python

4
Comments
3 min read
Deploying Django Rest Framework with Postgres on fly.io

Deploying Django Rest Framework with Postgres on fly.io

26
Comments 1
9 min read
Mocking Auth0 tokens in Python and beyond

Mocking Auth0 tokens in Python and beyond

7
Comments 1
9 min read
Add MongoDB and PostgreSQL in Django using Docker

Add MongoDB and PostgreSQL in Django using Docker

27
Comments 2
10 min read
Easy way to customize Django Forms

Easy way to customize Django Forms

4
Comments
2 min read
Django Basics: Static Files

Django Basics: Static Files

7
Comments
7 min read
How to do a secure login in django

How to do a secure login in django

7
Comments
2 min read
Django Formset: Submit two django forms at once.

Django Formset: Submit two django forms at once.

10
Comments
2 min read
upload local image/video in django TinyMCE text editor.

upload local image/video in django TinyMCE text editor.

7
Comments 3
3 min read
Progressive Enhancement in Django vs Remix

Progressive Enhancement in Django vs Remix

19
Comments 3
5 min read
Django Tutorial Part 2 -- detail を表示するページを作る

Django Tutorial Part 2 -- detail を表示するページを作る

2
Comments
1 min read
[Django] Connect Django Application to a MySQL Server

[Django] Connect Django Application to a MySQL Server

3
Comments
2 min read
Como crear un blog en django 4 - 2022

Como crear un blog en django 4 - 2022

6
Comments
1 min read
Crud En Django con Slug, 2022

Crud En Django con Slug, 2022

4
Comments
8 min read
loading...