Django (web framework)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Peterl (talk | contribs) at 23:04, 30 December 2014 (Reverted 1 edit by 88.243.249.222 (talk): Revert advertising EL. (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Django
Original author(s)Lawrence Journal-World
Developer(s)Django Software Foundation
Initial release21 July 2005; 18 years ago (2005-07-21)[1]
Stable release
1.7.1[2] / 22 October 2014; 9 years ago (2014-10-22)
Preview release
1.7 rc3[2] / 20 August 2014; 9 years ago (2014-08-20)
Repository
Written inPython
Size7.6 MB
TypeWeb application framework
License3-clause BSD
Websitedjangoproject.com

Django (/ˈæŋɡ/ JANG-goh)[3] is a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern.[4][5] 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 Pinterest,[6] Instagram,[7] Mozilla,[8] The Washington Times,[9] Disqus,[10] and the Public Broadcasting Service.[11]

History

Django was born in the fall of 2003, when the web programmers at the Lawrence Journal-World newspaper, Adrian Holovaty and Simon Willison, began using Python to build applications.[12] It was released publicly under a BSD license in July 2005. The framework was named after guitarist Django Reinhardt.[12]

In June 2008, it was announced that a newly formed Django Software Foundation (DSF) would maintain Django in the future.[13]

Features

Components

Screenshot of the Django admin interface for modifying a user.

The core Django MVC framework[4][5] consists of an object-relational mapper which mediates between data models (defined as Python classes) and a relational database ("Model"); a system for processing requests with a web templating system ("View") and a regular-expression-based URL dispatcher ("Controller").

Also included in the core framework are:

  • A lightweight and 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 template system that utilizes the concept of inheritance borrowed from object-oriented programming.
  • 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.
  • An interface to Python's built in unit test framework.

Bundled applications

The main Django distribution also bundles a number of applications in its "contrib" package, including:

  • An extensible authentication system.
  • The dynamic administrative interface.
  • Tools for generating RSS and Atom syndication feeds.
  • A flexible commenting system.
  • A sites framework that allows one Django installation to run multiple websites, each with their own content and applications.
  • Tools for generating Google Sitemaps.
  • Built-in mitigation for cross-site request forgery, cross-site scripting, SQL injection, password cracking and other typical web attacks, most of them turned on by default.[14][15]
  • A framework for creating GIS applications.

Server arrangements

Django can be run in conjunction with Apache, NGINX using WSGI, Gunicorn, or Cherokee using flup (a Python module).[16][17] Django also includes the ability to launch a FastCGI server, enabling use behind any web server which supports FastCGI, such as Lighttpd or Hiawatha. It is also possible to use other WSGI-compliant web servers.[18] Django officially supports four database backends: PostgreSQL, MySQL, SQLite, and Oracle. Microsoft SQL Server can be used with django-mssql but only in Microsoft operating systems, while similarly external backends exist for IBM DB2, SQL Anywhere and Firebird. There is a fork named django-nonrel which supports NoSQL databases, such as MongoDB and Google App Engine's Datastore.

Django may also be run in conjunction with Jython on any Java EE application server such as GlassFish or JBoss. In this case django-jython must be installed in order to provide JDBC drivers for database connectivity, which also provides functionality to compile Django in to a .war suitable for deployment.

Google App Engine includes support for Django version 1.x.x[19] as one of the bundled frameworks.

Using Django

Online resources

Books

  • Percival, Harryl (2014), Test-Driven Development with Python (1st ed.), O'Reilly Media, p. 480, ISBN 1449364829
  • Greenfeld, Daniel; Roy, Audrey (February 2014), Two Scoops of Django: Best Practices for Django 1.6 (2nd ed.), Two Scoops Press, p. 446, ISBN 098146730X
  • Alchin, Marty (10 July 2013), Pro Django (2nd ed.), Apress, p. 300, ISBN 1-430-25809-8
  • McGaw, Jim (29 October 2009), Beginning Django E-Commerce (1st ed.), Apress, p. 300, ISBN 1-430-22535-1
  • Bennett, James (24 June 2009), Practical Django Projects (2nd ed.), Apress, p. 272, ISBN 1-430-21938-6
  • Forcier, Jeff; Bissex, Paul; Chun, Wesley (3 November 2008), Python Web Development with Django (1st ed.), Addison-Wesley, p. 408, ISBN 0-13-235613-9, OCLC 213835556

Integrated development environments for Python

While a number of Django developers use text editors such as Vim, Emacs, TextMate or Sublime with Django Bundle for their projects, others prefer python-specific tools providing debugging, refactoring, unit testing, etc.[20]

Versions

Meaning
Red Not supported
Yellow Still supported
Green Current version
Version history
Version Date Notes
0.90[22] 16 Nov 2005
0.91[23] 11 Jan 2006 "new-admin"
0.95[24] 29 Jul 2006 "magic removal"
0.96[25] 23 Mar 2007 "newforms", testing tools
1.0[26] 3 Sep 2008 API stability, decoupled admin, unicode
1.1[27] 29 Jul 2009 Aggregates, transaction based tests
1.2[28] 17 May 2010 Multiple db connections, CSRF, model validation
1.3[29] 23 Mar 2011 Class based views, staticfiles
1.4[30] 23 Mar 2012 Timezones, in browser testing, app templates. Long-term support release, supported until at least March 2015
1.5[31] 26 Feb 2013 Python 3 Support, configurable user model
1.6[32] 6 Nov 2013 Dedicated to Malcolm Tredinnick, db transaction management, connection pooling
1.7[33] 2 Sep 2014 Migrations, application loading and configuration

Community

DjangoCon

There is a semiannual conference for Django developers and users, named "DjangoCon", that has been held since September 2008. DjangoCon is held annually in Europe, in May or June;[34] while another is held in the United States in September, usually in Portland, Oregon.[35] The 2012 DjangoCon took place in Washington D.C from 3 to 8 September. 2013 DjangoCon was held in Chicago at the Hyatt Regency Hotel and the post-conference Sprints were hosted at Digital Bootcamp, computer training center.[36]

Django mini-conferences were held in Hobart, Australia in July 2013 and Brisbane, Australia in August 2014.[37]

Other languages

Django's template design has been ported to other languages besides Python, providing decent cross-platform support. Some of these options are more direct ports, while others are inspired by Django, retaining its concepts but taking greater liberties to deviate from Django's design.

See also

References

  1. ^ "Django FAQ". Retrieved 2 September 2014.
  2. ^ a b Bennett, James (22 October 2014). "Bugfix releases issued". Django Weblog. Retrieved 23 October 2014. Cite error: The named reference "Bennett" was defined multiple times with different content (see the help page).
  3. ^ What does "Django" mean, and how do you pronounce it?
  4. ^ a b Django FAQ about MVC in Django
  5. ^ a b Adrian Holovaty, Jacob Kaplan-Moss; et al. The Django Book. Django follows this MVC pattern closely enough that it can be called an MVC framework {{cite book}}: Explicit use of et al. in: |author= (help)
  6. ^ Pinterest: What technologies were used to make Pinterest? - Quora
  7. ^ "What Powers Instagram: Hundreds of Instances, Dozens of Technologies".
  8. ^ Python | MDN
  9. ^ Opensource.washingtontimes.com. Retrieved on 2014-05-30.
  10. ^ "Scaling Django to 8 Billion Page Views".
  11. ^ "20 Creative Websites Running Django".
  12. ^ a b "Django's History". The Django Book. Retrieved 6 June 2013.
  13. ^ Announcing the Django Software Foundation
  14. ^ "Security in Django". Django Project. Retrieved 25 March 2013.
  15. ^ Socol, James (2012). "Best Basic Security Practices (Especially with Django)". Retrieved 25 March 2013.
  16. ^ Django documentation of deployment
  17. ^ Cookbook: Setting up Django
  18. ^ How to use Django with Apache and mod_wsgi. Official Django documentation.
  19. ^ Running Pure Django Projects on Google App Engine. Code.google.com (2010-11-01). Retrieved on 5 December 2011.
  20. ^ Django development IDEs discussion at Stackoverflow
  21. ^ NetBeans Django Plugin
  22. ^ "Introducing Django 0.90". Django weblog. Retrieved 2 February 2013.
  23. ^ "Django 0.91 released". Django weblog. Retrieved 2 February 2013.
  24. ^ "Introducing Django 0.95". Django weblog. Retrieved 2 February 2013.
  25. ^ "Announcing Django 0.96!". Django weblog. Retrieved 2 February 2013.
  26. ^ "Django 1.0 released!". Django weblog. Retrieved 2 February 2013.
  27. ^ "Django 1.1 released". Django weblog. Retrieved 2 February 2013.
  28. ^ "Django 1.2 released". Django weblog. Retrieved 2 February 2013.
  29. ^ "Django 1.3 released". Django weblog. Retrieved 2 February 2013.
  30. ^ "Django 1.4 released". Django weblog. Retrieved 2 February 2013.
  31. ^ "Django 1.5 released" Django weblog. Retrieved 27 February 2013.
  32. ^ "Django 1.6 released" Django weblog. Retrieved 6 November 2013.
  33. ^ "Django 1.7 released" Django weblog. Retrieved 4 September 2014.
  34. ^ DjangoCon EU series, Lanyrd.com
  35. ^ DjangoCon US series, Lanyrd.com
  36. ^ "DjangoCon". DjangoCon. Retrieved 29 July 2012. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  37. ^ DjangoCon AU 2013. Djangocon.com.au. Retrieved on 2014-05-30.