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.
My first project in django

My first project in django

4
Comments
1 min read
Swagger Implementation using function based views drf

Swagger Implementation using function based views drf

14
Comments 1
6 min read
Making Django Global Settings Dynamic: The Singleton Design Pattern

Making Django Global Settings Dynamic: The Singleton Design Pattern

20
Comments
9 min read
Django Queryset API Is Enough.

Django Queryset API Is Enough.

13
Comments 1
5 min read
How to solve the singleton problem in Django ModelAdmin.

How to solve the singleton problem in Django ModelAdmin.

10
Comments
9 min read
Djangoで既存モデルにForeignKeyなフィールドを追加する場合のMigrationについて

Djangoで既存モデルにForeignKeyなフィールドを追加する場合のMigrationについて

10
Comments
1 min read
Django Charts via DRF - Step-by-Step Tutorial

Django Charts via DRF - Step-by-Step Tutorial

45
Comments 7
12 min read
Building a contact application with Django and Appsmith

Building a contact application with Django and Appsmith

22
Comments
7 min read
Loading styles and static files in Django

Loading styles and static files in Django

15
Comments
1 min read
How to add SQL editor to your django admin.

How to add SQL editor to your django admin.

14
Comments
8 min read
Mastering Python For Web Development.

Mastering Python For Web Development.

7
Comments
9 min read
Next-Auth with Django, how can we do it? Email Based, and OAuth Both!

Next-Auth with Django, how can we do it? Email Based, and OAuth Both!

11
Comments 2
1 min read
Django Plausible Proxy

Django Plausible Proxy

7
Comments
1 min read
Setting up django should be fast and easy.

Setting up django should be fast and easy.

3
Comments 1
1 min read
Configurando JWT en Django Rest Framework

Configurando JWT en Django Rest Framework

13
Comments
1 min read
Pipenv and Django

Pipenv and Django

4
Comments
1 min read
Handle Timezone with Django

Handle Timezone with Django

10
Comments
1 min read
Django - A Brief Introduction

Django - A Brief Introduction

3
Comments
3 min read
Generate Django database Models from SQL database (MySQL, PostgreSQL, and More)

Generate Django database Models from SQL database (MySQL, PostgreSQL, and More)

3
Comments
1 min read
A Simple Shoutbox with Automated Translations in Django

A Simple Shoutbox with Automated Translations in Django

8
Comments
4 min read
Make a Simple Employee managing app in Django with Class Based Views (With Login, Logout)

Make a Simple Employee managing app in Django with Class Based Views (With Login, Logout)

15
Comments
9 min read
How to add Rich Text Editor Field in Django?

How to add Rich Text Editor Field in Django?

10
Comments
2 min read
Django REST FRAMEWORK Tutorial 9 -- snippet_detail の GET/PUT/DELTE を APIView で作成する

Django REST FRAMEWORK Tutorial 9 -- snippet_detail の GET/PUT/DELTE を APIView で作成する

5
Comments
2 min read
Django REST FRAMEWORK Tutorial 8 -- snippet_detail の GET/PUT/DELTE を csrf_exempt で作成する

Django REST FRAMEWORK Tutorial 8 -- snippet_detail の GET/PUT/DELTE を csrf_exempt で作成する

5
Comments
2 min read
Django REST FRAMEWORK Tutorial 7 -- snippet_list の GET/POST を APIView で扱う

Django REST FRAMEWORK Tutorial 7 -- snippet_list の GET/POST を APIView で扱う

5
Comments
1 min read
loading...