*** Welcome to piglix ***

Django (Web framework)

Django
Django logo.svg
The default Django page
The default Django page
Original author(s) Lawrence Journal-World
Developer(s) Django Software Foundation
Initial release 21 July 2005; 11 years ago (2005-07-21)
Stable release 1.10.6(March 1, 2017; 5 days ago (2017-03-01))
Preview release 1.11 alpha 1(January 17, 2017; 48 days ago (2017-01-17))
Repository github.com/django/django
Development status Active
Written in Python
Size 7.4 MB
Type Web framework
License 3-clause BSD
Website www.djangoproject.com

Django (/ˈæŋɡ/ JANG-goh) is a free and open-source web framework, written in Python, which follows the model-view-template (MVT) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established as a 501(c)(3) non-profit.

Django's primary goal is to ease the creation of complex, database-driven websites. Django emphasizes reusability and "pluggability" of components, 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 the Public Broadcasting Service,Pinterest,Instagram,Mozilla,The Washington Times,Disqus,Bitbucket, and Nextdoor.


...
Wikipedia

...