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

175
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
My Journey As A Django Developer

My Journey As A Django Developer

6
Comments
2 min read
CookieCutter based project generator on the web

CookieCutter based project generator on the web

6
Comments
1 min read
Learning to work on existing codebases.

Learning to work on existing codebases.

30
Comments 3
5 min read
Refactoring an Overgrown Notifications Class in Django

Refactoring an Overgrown Notifications Class in Django

23
Comments 5
5 min read
Handling CORS in Django REST Framework

Handling CORS in Django REST Framework

6
Comments
2 min read
Adding JWT Authentication to Python and Django REST Framework Using Auth0

Adding JWT Authentication to Python and Django REST Framework Using Auth0

7
Comments
4 min read
How to build a photo feed using Django and Pusher

How to build a photo feed using Django and Pusher

38
Comments 1
7 min read
How to Build a Message Delivery Status in Django

How to Build a Message Delivery Status in Django

27
Comments
9 min read
Full-Text Search in Django with PostgreSQL

Full-Text Search in Django with PostgreSQL

75
Comments 2
13 min read
Django transactional emails made easy

Django transactional emails made easy

30
Comments 6
6 min read
From MySQL to PostgreSQL

From MySQL to PostgreSQL

26
Comments
6 min read
Does anyone know how to use matplotlib within django projects?

Does anyone know how to use matplotlib within django projects?

9
Comments 3
1 min read
Django to Phoenix - Part 4: Sessions

Django to Phoenix - Part 4: Sessions

12
Comments 3
8 min read
Django to Phoenix - Part 1: Docker for Dev

Django to Phoenix - Part 1: Docker for Dev

18
Comments 2
6 min read
loading...