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.
Build, deploy and host your Django application for Free with Utopiops

Build, deploy and host your Django application for Free with Utopiops

8
Comments
4 min read
I wrote django referral system

I wrote django referral system

9
Comments
3 min read
Learn Django Ninja

Learn Django Ninja

5
Comments
1 min read
Django Error

Django Error

1
Comments
1 min read
Outsourcing Benefits and Ways to Mitigate Possible Risks

Outsourcing Benefits and Ways to Mitigate Possible Risks

2
Comments 3
15 min read
Using @property decorator in Django

Using @property decorator in Django

13
Comments
1 min read
What are web stacks and which one to use?🚶‍♂️

What are web stacks and which one to use?🚶‍♂️

3
Comments
3 min read
Django REST Framework - WebSocket

Django REST Framework - WebSocket

48
Comments 12
4 min read
Styling django-allauth by overriding its templates

Styling django-allauth by overriding its templates

12
Comments 3
3 min read
Create a virtual environment for Python Projects

Create a virtual environment for Python Projects

7
Comments 1
2 min read
Development-only routes in Django

Development-only routes in Django

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

8
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

9
Comments
4 min read
Django Posts Announcement

Django Posts Announcement

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

47
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

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

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

Automating Django Deployment workflow with Github Actions

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

Django on K8s (Part VI: Advanced Topics)

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

LET'S TALK ABOUT DJANGO CBV AND FBV

2
Comments 2
2 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
Django on K8s (Part V: Running with MySQL)

Django on K8s (Part V: Running with MySQL)

8
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)

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

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

6
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.

7
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

17
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 で動かす

5
Comments
2 min read
Telegram bot with Django

Telegram bot with Django

16
Comments
2 min read
Django Basics: Creating Models

Django Basics: Creating Models

15
Comments 2
9 min read
Django Customer User Model

Django Customer User Model

1
Comments
1 min read
Minitutorial Django: Enviar correo con gmail

Minitutorial Django: Enviar correo con gmail

8
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
loading...