Django Software Foundation

Web framework for perfectionists with deadlines

Technologies
python, django
Topics
web, python
Web framework for perfectionists with deadlines
Django is a high-level Python Web framework originally developed at the Lawrence-Journal World. Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.
2024 Program

Successful Projects

Contributor
Shafiya Adzhani
Mentor
Sage Abdullah
Organization
Django Software Foundation
Add support for using key and path transforms in update() for JSONFields.
The ticket-32159 (https://code.djangoproject.com/ticket/32519) originally requested a new feature to make Django provide generic database functions...
Contributor
csirmazbendeguz
Mentor
Lily Foote
Organization
Django Software Foundation
Django ORM support for composite primary keys
In database design, composite primary keys are often necessary for the partitioning and sharding of database tables. - Citus is a PostgreSQL...
Contributor
AmanPandey
Mentor
Tim Schilling
Organization
Django Software Foundation
Add Async Support to Django Debug Toolbar
The project aims to enhance the Django Debug Toolbar (DDT) by adding comprehensive asynchronous support to make it fully compatible with Django...
Contributor
Salvo Polizzi
Mentor
Bhuvnesh Sharma, Thibaud Colas
Organization
Django Software Foundation
Auto Importing Shell
This would be an update of the existing Django shell that auto-imports models for you from your app/project. Also, the goal would be to allow the...