Django: Difference between revisions
Jump to navigation
Jump to search
imported>Bartosz Pietraszko (just a stub about Django framework...) |
imported>Bartosz Pietraszko mNo edit summary |
||
Line 1: | Line 1: | ||
'''Django''' is the name of free and [[open source|open source | '''Django''' is the name of free and [[open source software|open source]] web application framework, released under a [[Berkeley Software Distribution licenses|BSD software license]] | ||
Django is an independent collection of libraries (modules), written entirely in [[Python programming language]]. It was designed for rapid, high-level development of dynamic [[ | Django is an independent collection of libraries (modules), written entirely in [[Python programming language]]. It was designed for rapid, high-level development of dynamic [[World wide web|websites]]. | ||
[http://www.djangoproject.com/ Django Project] | [http://www.djangoproject.com/ Django Project] |
Revision as of 12:08, 24 March 2008
Django is the name of free and open source web application framework, released under a BSD software license
Django is an independent collection of libraries (modules), written entirely in Python programming language. It was designed for rapid, high-level development of dynamic websites.