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.
Listen to the god damn warnings.

Listen to the god damn warnings.

4
Comments
2 min read
Django's cached template loader

Django's cached template loader

6
Comments
4 min read
Masonite and Django Differences

Masonite and Django Differences

6
Comments 2
9 min read
Direct assignment to the reverse side of a many-to-many set is prohibited. Use products.set() instead. Django REST Framework

Direct assignment to the reverse side of a many-to-many set is prohibited. Use products.set() instead. Django REST Framework

4
Comments 1
1 min read
Unit testing, Docker and Django -- a podcast episode

Unit testing, Docker and Django -- a podcast episode

4
Comments
1 min read
Python: from complete hate... well, to at least a more friendly coexistence

Python: from complete hate... well, to at least a more friendly coexistence

19
Comments 3
4 min read
Using Create React App 2 with Django 2

Using Create React App 2 with Django 2

13
Comments
2 min read
I have created a tutorial video on how to build a login system in Django by leveraging Django's built-in auth component

I have created a tutorial video on how to build a login system in Django by leveraging Django's built-in auth component

13
Comments
1 min read
Why Python?

Why Python?

9
Comments 2
4 min read
Django by example(Antonio Mele) — book review

Django by example(Antonio Mele) — book review

15
Comments
2 min read
Should I carry on with Django or Node.js?

Should I carry on with Django or Node.js?

10
Comments
2 min read
Django: Fixing race condition when queuing with on_commit hook

Django: Fixing race condition when queuing with on_commit hook

8
Comments 3
2 min read
Vue on Django, Part 3

Vue on Django, Part 3

25
Comments 1
1 min read
Deploy a REST API using Serverless, Django and Python

Deploy a REST API using Serverless, Django and Python

10
Comments 1
1 min read
What to study (in programming) if it is clair what I want to get in the end?

What to study (in programming) if it is clair what I want to get in the end?

3
Comments
2 min read
LEARNING PYTHON What’s the Best Way?

LEARNING PYTHON What’s the Best Way?

2
Comments
1 min read
Django random password Generator(Project)

Django random password Generator(Project)

2
Comments
2 min read
My experience deploying a Django back-end to AWS Elastic Beanstalk was not good.

My experience deploying a Django back-end to AWS Elastic Beanstalk was not good.

3
Comments
1 min read
Unleash django CBVs

Unleash django CBVs

3
Comments
1 min read
Journey from Apache to Nginx/Gunicorn

Journey from Apache to Nginx/Gunicorn

4
Comments
3 min read
Django A/B testing with Google Optimize

Django A/B testing with Google Optimize

12
Comments
7 min read
Django Migrations leak memory in DEBUG mode

Django Migrations leak memory in DEBUG mode

6
Comments
1 min read
How to Deploy a Django Site in 2022

How to Deploy a Django Site in 2022

3
Comments 1
3 min read
loading...