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.
Visual Studio Code Tasks and Split Terminals

Visual Studio Code Tasks and Split Terminals

69
Comments 5
6 min read
Django inline formsets with Class-based views and crispy forms

Django inline formsets with Class-based views and crispy forms

54
Comments 61
5 min read
How to Export Data to XLSX Files

How to Export Data to XLSX Files

17
Comments
7 min read
Telegram push notifications

Telegram push notifications

13
Comments 4
8 min read
Moving from Laravel to another framework (django or express)?

Moving from Laravel to another framework (django or express)?

4
Comments 5
1 min read
A Decade of Django Stars

A Decade of Django Stars

21
Comments 2
8 min read
Strapping Django & Android Application

Strapping Django & Android Application

29
Comments 6
16 min read
An in-depth tutorial on deploying a Django application into AWS

An in-depth tutorial on deploying a Django application into AWS

13
Comments
1 min read
Managing Django’s settings

Managing Django’s settings

37
Comments 1
3 min read
How to Create PDF Documents with Django in 2019

How to Create PDF Documents with Django in 2019

42
Comments 4
5 min read
Django: Why you might want to set up extra DB level indexes for your ManyToMany relationships

Django: Why you might want to set up extra DB level indexes for your ManyToMany relationships

7
Comments 2
5 min read
What's New in the Third Edition of Web Development with Django Cookbook?

What's New in the Third Edition of Web Development with Django Cookbook?

7
Comments 1
4 min read
How to install virtualenv on Ubuntu 18.04

How to install virtualenv on Ubuntu 18.04

10
Comments
1 min read
Optimize the Django ORM

Optimize the Django ORM

133
Comments 4
7 min read
Create a document using python-docx and send as attachment through django

Create a document using python-docx and send as attachment through django

6
Comments 2
1 min read
Adding validation support for Json in Django Models

Adding validation support for Json in Django Models

16
Comments 1
1 min read
Django authentication via Google, Deezer, and Spotify

Django authentication via Google, Deezer, and Spotify

13
Comments 1
8 min read
Creating a landing page in Django

Creating a landing page in Django

174
Comments 3
8 min read
Writing my first VS Code extension

Writing my first VS Code extension

11
Comments
1 min read
How to create REST API using Django REST Framework

How to create REST API using Django REST Framework

27
Comments
2 min read
Email Sending in Django 2, Part -1

Email Sending in Django 2, Part -1

36
Comments
1 min read
Any open source django projects to start practicing with?

Any open source django projects to start practicing with?

55
Comments 10
1 min read
SaaS Like Isolation in Django Rest Framework

SaaS Like Isolation in Django Rest Framework

18
Comments
20 min read
YouTube API Integration: Uploading Videos with Django

YouTube API Integration: Uploading Videos with Django

30
Comments 1
10 min read
Updating a Django queryset with annotation and subquery

Updating a Django queryset with annotation and subquery

29
Comments
3 min read
NOW CLOSED - [Hiring] Django Dev (Freelance & Remote)

NOW CLOSED - [Hiring] Django Dev (Freelance & Remote)

13
Comments
2 min read
Searching within an area with GeoDjango and PostGIS

Searching within an area with GeoDjango and PostGIS

14
Comments
3 min read
When To Build Your Website Using Django Framework (And When Not To)

When To Build Your Website Using Django Framework (And When Not To)

16
Comments
4 min read
How to Merge Django ORM with SQLAlchemy for Easier Data Analysis

How to Merge Django ORM with SQLAlchemy for Easier Data Analysis

17
Comments
8 min read
How to embed graph in Django for the users

How to embed graph in Django for the users

5
Comments 1
1 min read
Django: Migrate --fake-initial gotchas

Django: Migrate --fake-initial gotchas

10
Comments 5
4 min read
Load Testing a Django Application using LocustIO

Load Testing a Django Application using LocustIO

84
Comments 1
4 min read
Testing Models, ModelMangers in Django

Testing Models, ModelMangers in Django

10
Comments
1 min read
Django App Internationalization

Django App Internationalization

38
Comments 2
7 min read
The Django Rest Custom User Model and Authentication

The Django Rest Custom User Model and Authentication

103
Comments 17
2 min read
JSON WEB TOKEN BASED Authentication Backend for Django Project

JSON WEB TOKEN BASED Authentication Backend for Django Project

27
Comments 1
5 min read
JSON Web Token Tutorial with Example in Python

JSON Web Token Tutorial with Example in Python

64
Comments
4 min read
The Right Way™ to do Serverless in Python (Part 2)

The Right Way™ to do Serverless in Python (Part 2)

32
Comments
12 min read
Stream & Go: News Feeds for Over 300+ Million End Users

Stream & Go: News Feeds for Over 300+ Million End Users

97
Comments 4
10 min read
Why is Django REST Framework lying to me?

Why is Django REST Framework lying to me?

25
Comments 17
4 min read
Stream & Go: News Feeds for Over 300 Million End Users

Stream & Go: News Feeds for Over 300 Million End Users

22
Comments
12 min read
QuerySet Filters on Many-to-many Relations

QuerySet Filters on Many-to-many Relations

11
Comments
4 min read
ReactJS Class Components

ReactJS Class Components

9
Comments 1
1 min read
Building Modern Applications with Django and Vue.js

Building Modern Applications with Django and Vue.js

14
Comments
1 min read
Django でリアルタイムに zip を作りながらレスポンスを返す方法

Django でリアルタイムに zip を作りながらレスポンスを返す方法

8
Comments
2 min read
What should I be doing as a backend Django developer?

What should I be doing as a backend Django developer?

16
Comments 3
1 min read
Django Quick Tip #1: Human Friendly Timestamps with Django's Humanize

Django Quick Tip #1: Human Friendly Timestamps with Django's Humanize

10
Comments
1 min read
Prevent Multiple Sessions for a User in your Django Application

Prevent Multiple Sessions for a User in your Django Application

80
Comments 29
4 min read
Creating a production ready API with Python and Django Rest Framework - part 1

Creating a production ready API with Python and Django Rest Framework - part 1

80
Comments
2 min read
Storing Image File (binary) vs Image Base64 in Database

Storing Image File (binary) vs Image Base64 in Database

33
Comments 6
1 min read
Migrating our API Gateway from Flask to Django

Migrating our API Gateway from Flask to Django

9
Comments
7 min read
Express.js vs Django, which framework should I learn ??

Express.js vs Django, which framework should I learn ??

8
Comments 4
1 min read
Laughing Blog Tutorial Part 2 - Handling Django Forms

Laughing Blog Tutorial Part 2 - Handling Django Forms

14
Comments 4
9 min read
Django: Moving away from project vs app dichotomy

Django: Moving away from project vs app dichotomy

14
Comments 2
2 min read
How to set up Django Environment in Linux for beginners

How to set up Django Environment in Linux for beginners

102
Comments 11
6 min read
Getting Started with Python and GraphQL - Part 1

Getting Started with Python and GraphQL - Part 1

22
Comments
4 min read
Django API - List of States from Different Countries

Django API - List of States from Different Countries

13
Comments 1
1 min read
"Getting Started With Django"

"Getting Started With Django"

35
Comments 13
1 min read
Porting to pytest: a practical example

Porting to pytest: a practical example

9
Comments
11 min read
Let's build it

Let's build it

9
Comments
3 min read
loading...