Django (web framework)

Django (/ˈæŋɡ/ JANG-goh; sometimes stylized as django) 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. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.

Original author(s)Adrian Holovaty, Simon Willison
Developer(s)Django Software Foundation
Initial release21 July 2005 (2005-07-21)
Stable release
5:5.0.1  / 2 January 2024 (2 January 2024)
Repository
Written inPython
Size8.9 MB
TypeWeb framework
License3-clause BSD
Websitewww.djangoproject.com 

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. 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, Mozilla, Disqus, Bitbucket, Nextdoor and Clubhouse.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.