Django Software Foundation

The web framework for perfectionists with deadlines.

Technologies
python, django
Topics
web development
The 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.

2019 Program

Successful Projects

Contributor
Sage Muhammad Abdullah
Mentor
Adam Johnson, Mariusz Felisiak, Raphael Michel, Carlton Gibson
Organization
Django Software Foundation
Add Cross-DB JSONField
Django currently has limited support for JSONField. The support is provided in contrib.postgres.fields module, meaning it can only be used for...
Contributor
Parth Patil
Mentor
Carlton Gibson
Organization
Django Software Foundation
FormSet Improvements
This project aims to improve the FormSet Class in Django, thus enhancing its functionality and ease of use. Django currently has a formset class...