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.
Django: switch from sqlite3 to mysql

Django: switch from sqlite3 to mysql

6
Comments
1 min read
Did anyone set Filterset with Django rest Framework?

Did anyone set Filterset with Django rest Framework?

3
Comments 2
1 min read
Django ORM

Django ORM

6
Comments
2 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
Feature Flags in Action - Building SaaS #16

Feature Flags in Action - Building SaaS #16

5
Comments 1
1 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
Easy way to connect to Amazon ElastiCache (redis) with password from Django app

Easy way to connect to Amazon ElastiCache (redis) with password from Django app

4
Comments 1
1 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
Creating Simple Web App Using Django

Creating Simple Web App Using Django

40
Comments 3
6 min read
Behind your Web Application (WSGI + Web server)

Behind your Web Application (WSGI + Web server)

15
Comments 1
7 min read
Development of APIs with Django REST Framework

Development of APIs with Django REST Framework

216
Comments 4
14 min read
Optimizing websites and APIs with cache and ETags

Optimizing websites and APIs with cache and ETags

8
Comments
10 min read
Recipes when building a headless CMS with Wagtail's API

Recipes when building a headless CMS with Wagtail's API

12
Comments
3 min read
2 Forms in a django template using cookiecutter-django

2 Forms in a django template using cookiecutter-django

3
Comments
1 min read
Prefer Model.DoesNotExist over ObjectDoesNotExist in Django

Prefer Model.DoesNotExist over ObjectDoesNotExist in Django

28
Comments 4
2 min read
Building web APIs with django

Building web APIs with django

65
Comments
3 min read
Top Python Frameworks for Web App Development

Top Python Frameworks for Web App Development

12
Comments 1
9 min read
How to create Github Actions to run tests with services ?

How to create Github Actions to run tests with services ?

10
Comments
5 min read
Deploying with Ansible - Building SaaS #13

Deploying with Ansible - Building SaaS #13

16
Comments
1 min read
Deploying Django with Celery and Redis on Ubuntu

Deploying Django with Celery and Redis on Ubuntu

57
Comments 11
7 min read
loading...