Original author(s) | Adrian Holovaty, Simon Willison | ||
---|---|---|---|
Developer(s) | Django Software Foundation[1] | ||
Initial release | 21 July 2005[2] | ||
Stable release |
| ||
Repository | |||
Written in | Python[1] | ||
Size | 8.9 MB[4] | ||
Type | Web framework[1] | ||
License | 3-clause BSD[5] | ||
Website | www |
Django (/ˈdʒæŋɡoʊ/ JANG-goh; sometimes stylized as django)[6] is a free and open-source, Python-based web framework that runs on a web server. It follows the model–template–views (MTV) architectural pattern.[7][8] It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.
Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, and the principle of don't repeat yourself.[9] Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.
Some well-known sites that use Django include Instagram,[10] Mozilla,[11] Disqus,[12] Bitbucket,[13] Nextdoor,[14] and Clubhouse.[15]
Django follows this MVC pattern closely enough that it can be called an MVC framework