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

54
Comments 7
5 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
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.