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.
How to Use UUID as a Primary ID in Django Models

How to Use UUID as a Primary ID in Django Models

7
Comments
3 min read
Django’s auto_now and auto_now_add fields for auditing creation and modification timestamps

Django’s auto_now and auto_now_add fields for auditing creation and modification timestamps

6
Comments
3 min read
Let me introduce you Reverse Python #2

Let me introduce you Reverse Python #2

81
Comments 3
4 min read
Django 2 CRM App for Polish Language Courses - PayPal and Stripe

Django 2 CRM App for Polish Language Courses - PayPal and Stripe

2
Comments
4 min read
Django web security checklist before deployment | Secure your Django App

Django web security checklist before deployment | Secure your Django App

281
Comments 2
4 min read
Flask or Django ? Here's what I learned from using both.

Flask or Django ? Here's what I learned from using both.

14
Comments 1
2 min read
Django News - Issue 3

Django News - Issue 3

19
Comments
2 min read
Getting started with Django 3.0 part 4

Getting started with Django 3.0 part 4

37
Comments 5
2 min read
Developing your APIs in Django REST Framework!

Developing your APIs in Django REST Framework!

13
Comments
5 min read
Making a Shiv App - Building SaaS #20

Making a Shiv App - Building SaaS #20

4
Comments
1 min read
Deploying the complete django application on kubernetes platform

Deploying the complete django application on kubernetes platform

9
Comments
1 min read
Python Tip: Auto-reload the console on file changes

Python Tip: Auto-reload the console on file changes

11
Comments 1
1 min read
Getting started with Django 3.0 part 3

Getting started with Django 3.0 part 3

17
Comments
3 min read
Introduction

Introduction

6
Comments
1 min read
How to Write Dockerfiles for Python Web Apps

How to Write Dockerfiles for Python Web Apps

7
Comments
5 min read
Implement real-time updates with Django REST Framework | Building Cryptocurrency API

Implement real-time updates with Django REST Framework | Building Cryptocurrency API

143
Comments 11
6 min read
Django Boilerplate

Django Boilerplate

326
Comments 8
5 min read
Django News - Issue 2

Django News - Issue 2

12
Comments
2 min read
Getting started with Django 3.0 part 2

Getting started with Django 3.0 part 2

10
Comments
3 min read
A Failed SaaS Postmortem

A Failed SaaS Postmortem

11
Comments 2
9 min read
Django Test Plus Extensions

Django Test Plus Extensions

10
Comments
1 min read
Help me design better Django applications

Help me design better Django applications

7
Comments
1 min read
Django - DB bulk_create()

Django - DB bulk_create()

5
Comments
2 min read
Function-Based Views vs Class-Based Views in Django

Function-Based Views vs Class-Based Views in Django

53
Comments
5 min read
Django for Newbies

Django for Newbies

40
Comments
2 min read
Creating an app with React and Django

Creating an app with React and Django

68
Comments
18 min read
Getting started with Django 3.0 part 1

Getting started with Django 3.0 part 1

25
Comments
1 min read
How I Speed up My Django Test Suite by 200%

How I Speed up My Django Test Suite by 200%

11
Comments 3
3 min read
Building a Django middleware (injecting data into a view’s context)

Building a Django middleware (injecting data into a view’s context)

45
Comments 1
6 min read
Announcing the Django News newsletter

Announcing the Django News newsletter

9
Comments 1
1 min read
Adding a React component in Wagtail Admin

Adding a React component in Wagtail Admin

29
Comments 2
20 min read
Django News - Issue 1

Django News - Issue 1

16
Comments
2 min read
Django UserContextMixin

Django UserContextMixin

8
Comments
2 min read
How to Export & Import Data | Django Package Series #3

How to Export & Import Data | Django Package Series #3

66
Comments 6
5 min read
Big List of Python Web Frameworks

Big List of Python Web Frameworks

7
Comments 1
3 min read
Best Python podcasts

Best Python podcasts

13
Comments
2 min read
Setting up Pytest for a Django project

Setting up Pytest for a Django project

15
Comments 1
4 min read
Deploy Django web application

Deploy Django web application

33
Comments 5
3 min read
Why won't the "is_anonymous" work in Django?

Why won't the "is_anonymous" work in Django?

6
Comments
1 min read
On looping through django allauth social login profile pictures

On looping through django allauth social login profile pictures

5
Comments
1 min read
Getting Started with Django

Getting Started with Django

32
Comments 3
19 min read
Testing Django Migrations

Testing Django Migrations

9
Comments
5 min read
Django: switch from sqlite3 to mysql

Django: switch from sqlite3 to mysql

6
Comments
1 min read
Did anyone set Filterset with Django rest Framework?

Did anyone set Filterset with Django rest Framework?

3
Comments 2
1 min read
Django ORM

Django ORM

6
Comments
2 min read
How to Update Legacy Code

How to Update Legacy Code

21
Comments
8 min read
Do you need GraphQL with Django?

Do you need GraphQL with Django?

46
Comments 1
5 min read
Feature Flags in Action - Building SaaS #16

Feature Flags in Action - Building SaaS #16

5
Comments 1
1 min read
How to build a custom checkout page in minutes with Django and JavaScript.

How to build a custom checkout page in minutes with Django and JavaScript.

53
Comments 7
5 min read
Easy way to connect to Amazon ElastiCache (redis) with password from Django app

Easy way to connect to Amazon ElastiCache (redis) with password from Django app

4
Comments 1
1 min read
How to get your local Django DB on Heroku

How to get your local Django DB on Heroku

9
Comments
1 min read
How to Return JSON-Encoded Response for non-dict object

How to Return JSON-Encoded Response for non-dict object

18
Comments
1 min read
Static Files not saving on S3 bucket using cookiecutter-django

Static Files not saving on S3 bucket using cookiecutter-django

6
Comments
1 min read
Docker services in Github Actions won't have secrets for you

Docker services in Github Actions won't have secrets for you

12
Comments 2
3 min read
User registration and authorization on a django API with djoser and JSON web tokens.

User registration and authorization on a django API with djoser and JSON web tokens.

69
Comments 26
8 min read
Creating Simple Web App Using Django

Creating Simple Web App Using Django

40
Comments 3
6 min read
Behind your Web Application (WSGI + Web server)

Behind your Web Application (WSGI + Web server)

15
Comments 1
7 min read
Development of APIs with Django REST Framework

Development of APIs with Django REST Framework

215
Comments 4
14 min read
Optimizing websites and APIs with cache and ETags

Optimizing websites and APIs with cache and ETags

8
Comments
10 min read
Recipes when building a headless CMS with Wagtail's API

Recipes when building a headless CMS with Wagtail's API

12
Comments
3 min read
loading...