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.
Dynamically Created Sentences in Python/Django (madlibs)

Dynamically Created Sentences in Python/Django (madlibs)

3
Comments 1
6 min read
Dockerizing a Django application

Dockerizing a Django application

15
Comments 2
5 min read
Running python django site

Running python django site

6
Comments
1 min read
15 articles you must read If you are building a website in Python Django

15 articles you must read If you are building a website in Python Django

28
Comments
3 min read
Develop a Django + Celery app in Kubernetes

Develop a Django + Celery app in Kubernetes

10
Comments
6 min read
Developing Restful APIs with Python, Django and Django Rest Framework

Developing Restful APIs with Python, Django and Django Rest Framework

441
Comments 9
9 min read
Is there any package to do auto-formatting in your python / Django project?

Is there any package to do auto-formatting in your python / Django project?

6
Comments 5
1 min read
Views - Lesson 3

Views - Lesson 3

6
Comments
6 min read
Moving Forward - Lesson 2

Moving Forward - Lesson 2

10
Comments 1
8 min read
Suggestion Needed | Flask or Django ?

Suggestion Needed | Flask or Django ?

7
Comments 7
1 min read
Hello World

Hello World

7
Comments 2
1 min read
Beginning Django - Lesson 1

Beginning Django - Lesson 1

13
Comments 3
3 min read
Static vs. Media files in Django

Static vs. Media files in Django

6
Comments
4 min read
Why we’re writing a Django book specifically for portfolio projects and MVPs

Why we’re writing a Django book specifically for portfolio projects and MVPs

92
Comments 5
3 min read
[SOLVED]Why doesn't my Django app display the 404 page even when Debug = False?

[SOLVED]Why doesn't my Django app display the 404 page even when Debug = False?

2
Comments 11
1 min read
Optimizing Postgres full text search in Django

Optimizing Postgres full text search in Django

45
Comments 1
9 min read
Expiring (Signed) Links with Digital Ocean Spaces

Expiring (Signed) Links with Digital Ocean Spaces

10
Comments 1
3 min read
Best Practices for Receiving Files via REST API

Best Practices for Receiving Files via REST API

9
Comments 1
1 min read
SOLVED:Modules not found on django migrations

SOLVED:Modules not found on django migrations

4
Comments 2
1 min read
Docker, Django, React: Building Assets and Deploying to Heroku

Docker, Django, React: Building Assets and Deploying to Heroku

20
Comments 12
9 min read
Writing a Django Data Migration with Real World Example

Writing a Django Data Migration with Real World Example

107
Comments 3
4 min read
Python Chat Tutorial with Django and React

Python Chat Tutorial with Django and React

918
Comments 26
8 min read
Aggregation in Django JSONFields

Aggregation in Django JSONFields

30
Comments 8
5 min read
Class-Based Views in Django

Class-Based Views in Django

31
Comments 2
4 min read
Django Migrations: A Primer

Django Migrations: A Primer

11
Comments
5 min read
Top 7 Backend Web Development Frameworks in 2019

Top 7 Backend Web Development Frameworks in 2019

13
Comments 11
2 min read
Debug Python and Django easily from Visual Studio Code

Debug Python and Django easily from Visual Studio Code

33
Comments 6
4 min read
Creating an app with Docker Compose, Django, and Create React App

Creating an app with Docker Compose, Django, and Create React App

172
Comments 17
9 min read
Requested runtime (Python 3.7.3) is not available for this stack (heroku-18).

Requested runtime (Python 3.7.3) is not available for this stack (heroku-18).

4
Comments 10
1 min read
Best ways to Deploy Django REST API on CentOS

Best ways to Deploy Django REST API on CentOS

4
Comments 8
1 min read
SOLVED:Uploading images from Django-Admin

SOLVED:Uploading images from Django-Admin

4
Comments 17
1 min read
Django 2.2 Test Driven Development

Django 2.2 Test Driven Development

18
Comments
3 min read
Data Driven Testing - How we went from 150+ test cases to 1

Data Driven Testing - How we went from 150+ test cases to 1

7
Comments
4 min read
My 5 Favorite Talks at DjangoCon Europe 2019

My 5 Favorite Talks at DjangoCon Europe 2019

13
Comments
3 min read
Deploying Django using Dokku

Deploying Django using Dokku

35
Comments
5 min read
Is your Django app slow? Think like a data scientist, not an engineer

Is your Django app slow? Think like a data scientist, not an engineer

125
Comments 4
7 min read
Improving Page Speed with Incremental Loading

Improving Page Speed with Incremental Loading

26
Comments 1
6 min read
Django Startup Sequence

Django Startup Sequence

13
Comments
2 min read
Help on Django Deployment

Help on Django Deployment

6
Comments 13
1 min read
A Crash Course in Django

A Crash Course in Django

63
Comments
10 min read
Flask vs Django

Flask vs Django

5
Comments
2 min read
Getting Started with Django

Getting Started with Django

10
Comments
1 min read
from dynaconf import settings

from dynaconf import settings

19
Comments
5 min read
Creating a Simple ToDo Api With Django

Creating a Simple ToDo Api With Django

70
Comments 1
3 min read
Django 2.2 polls app tutorial source code commit by commit

Django 2.2 polls app tutorial source code commit by commit

5
Comments
1 min read
Get Docker Right and Get on with Life

Get Docker Right and Get on with Life

57
Comments 9
2 min read
Web Applications with Python

Web Applications with Python

5
Comments
1 min read
Python Udemy Free Courses List

Python Udemy Free Courses List

35
Comments
6 min read
Part 2- An in-depth video tutorial on deploying a Django application with static file serving

Part 2- An in-depth video tutorial on deploying a Django application with static file serving

12
Comments
1 min read
Django Tutorial: Building and Securing Web Applications

Django Tutorial: Building and Securing Web Applications

9
Comments
1 min read
My involvement in the Python community

My involvement in the Python community

16
Comments 8
6 min read
SwaggerUI inside Django Rest Framework

SwaggerUI inside Django Rest Framework

22
Comments 10
6 min read
Tips for improving your Django app performance

Tips for improving your Django app performance

59
Comments 5
2 min read
The easiest way to send emails with Django (using SES from AWS)

The easiest way to send emails with Django (using SES from AWS)

24
Comments
5 min read
How to use fast-drf and API faster

How to use fast-drf and API faster

10
Comments
1 min read
E-commerce platforms in Django ecosystem.

E-commerce platforms in Django ecosystem.

15
Comments 4
3 min read
5 reasons why people are choosing Masonite over Django

5 reasons why people are choosing Masonite over Django

81
Comments 18
7 min read
Some Content Management Systems in the Django ecosystem.

Some Content Management Systems in the Django ecosystem.

18
Comments
3 min read
How to manage Local vs Dev vs Prod settings.py in latest Django RestAPI?

How to manage Local vs Dev vs Prod settings.py in latest Django RestAPI?

7
Comments 8
1 min read
Visual Studio Code Tasks and Split Terminals

Visual Studio Code Tasks and Split Terminals

69
Comments 5
6 min read
loading...