Django Software Foundation
The web framework for perfectionists with deadlines.
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...