Django (web Framework) - Bundled Applications

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.
  • Tools for preventing cross-site request forgery.
  • Template libraries which enable the use of lightweight markup languages such as Textile and Markdown.
  • A framework for creating GIS applications.

Read more about this topic:  Django (web Framework)