Django (web Framework)

Django (web Framework)

Django web Framework ( /ˈdʒæŋɡoʊ/ JANG-goh) is an open source Web 2.0 application framework, written in Python, which follows the model–view–controller architectural pattern. It was originally developed to manage several news-oriented sites for The World Company of Lawrence, Kansas, and was released publicly under a BSD license in July 2005; the framework was named after guitarist Django Reinhardt. In June 2008 it was announced that a newly formed Django Software Foundation will maintain Django in the future.

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 Pinterest, Instagram, Mozilla, The Washington Times, and the Public Broadcasting Service.

Read more about Django (web Framework):  Components, Bundled Applications, Server Arrangements, Integrated Development Environments, DjangoCon, Books