Django (web framework)
Dosed by Sathish H C – M & E Team (from MphasiS Software Services)
What is a Django?
Django is an open source web application framework, written in Python, which 
loosely follows the model-view-controller design 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.
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 DRY (Don't Repeat Yourself). Python is used 
throughout, even for settings, files, and data models.
Django also provides an optional administrative "CRUD" interface that is 
generated dynamically and configured entirely through data-model definitions.
What are the Features of Django?
The core Django framework consists of an object-relational mapper which 
mediates between data models (defined as Python classes) and a relational 
database; a regular-expression-based URL dispatcher; a view system for 
processing requests; and a templating system.
Also included in the core framework are:
• A lightweight, standalone web server for development and testing.
• A form serialization and validation system which can translate between HTML 
forms and values suitable for storage in the database.
• A caching framework which can use any of several cache methods.
• Support for middleware classes which can intervene at various stages of 
request processing and carry out custom functions.
• An internal dispatcher system which allows components of an application to 
communicate events to each other via pre-defined signals.
• An internationalization system, including translations of Django's own 
components into a variety of languages.
• A serialization system which can produce and read XML and/or JSON 
representations of Django model instances.
• A system for extending the capabilities of the template engine.
Further References
http://www.djangoproject.com/
http://en.wikipedia.org/wiki/BitTorrent_(protocol)
http://en.wikipedia.org/wiki/Django_(web_frameworkDjango (web framework)
Dosed by Sathish H C – M & E Team (from MphasiS Software Services)
What is a Django?
Django is an open source web application framework, written in Python, which 
loosely follows the model-view-controller design 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.
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 DRY (Don't Repeat Yourself). Python is used 
throughout, even for settings, files, and data models.
Django also provides an optional administrative "CRUD" interface that is 
generated dynamically and configured entirely through data-model definitions.
What are the Features of Django?
The core Django framework consists of an object-relational mapper which 
mediates between data models (defined as Python classes) and a relational 
database; a regular-expression-based URL dispatcher; a view system for 
processing requests; and a templating system.
Also included in the core framework are:
• A lightweight, standalone web server for development and testing.
• A form serialization and validation system which can translate between HTML 
forms and values suitable for storage in the database.
• A caching framework which can use any of several cache methods.
• Support for middleware classes which can intervene at various stages of 
request processing and carry out custom functions.
• An internal dispatcher system which allows components of an application to 
communicate events to each other via pre-defined signals.
• An internationalization system, including translations of Django's own 
components into a variety of languages.
• A serialization system which can produce and read XML and/or JSON 
representations of Django model instances.
• A system for extending the capabilities of the template engine.
Further References
http://www.djangoproject.com/
http://en.wikipedia.org/wiki/BitTorrent_(protocol)
http://en.wikipedia.org/wiki/Django_(web_framework)


      Be the first one to try the new Messenger 9 Beta! Go to 
http://in.messenger.yahoo.com/win/

To unsubscribe send a message to [EMAIL PROTECTED] with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
  http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in

Reply via email to