Version 91 (modified by herbert.poul@…, 16 years ago) ( diff )

fixed naming in description for my project (it seems 'forum' is usually better understood than 'board')

Django resources

This page collects any and all unofficial resources regarding Django.

We'll say it again: These are unofficial resources, so take all of these documents with a grain of salt. This is a publicly editable wiki.

  1. Sites using Django
  2. Django application components
  3. Open-Source Django projects
  4. General
  5. Installing and configuring Django
  6. Development environment
  7. Templates
  8. Code examples
  9. Web services/APIs
  10. Tutorials on the Web
  11. Presentations
  12. Resources in other languages
  13. Community

Sites using Django

Django application components

These are open-source application components that you can plug into any project.

  • django-databasetemplateloader - A Django template loader which loads templates from the database
  • django-mobileadmin - The Django admin interface optimized for iPhone/iPod touch
  • django-registration - A simple, generic user-registration application for Django
  • django-robots - A simple application for Django to manage robots exclusion files (robots.txt) via admin interface
  • django-tagging - A generic tagging application for Django
  • django-voting - A generic voting application for Django
  • GoFlow - A workflow engine for django inspired by the zope2 product Openflow
  • django-gmap - get your site GoogleMap-enabled (very early stage)
  • snapboard - Python Forum/Bulletin-Board for Django
  • Zope3 Page Templates - Makes Zope3 Page Templates available to Django sites.
  • SimpleTAL Templates - Makes SimpleTAL Page Templates available to Django sites.
  • Sphene Community Tools - (SCT) django forum (bulletin board) and wiki applications which can be easily integrated into custom django projects. BSD.
  • django-xmlrpc - a means by which a Django developer can expose their views (or indeed any other function) using XML-RPC.
  • DMigrate tool to migrate Django databases easily.
  • django-simpleaggregation A component which allows for (simplistic) aggregation of data about Django models.
  • django-lifestream A generic application for the Django framework that lets you combine multiple RSS and Atom feeds into one lifestream-style page.
  • django-sslauth SSL client certificate authentication and validation
  • django-cas YaleCAS (Central Authentication Service) plugin for user authentication
  • django-event-calendar A event calendar application component
  • django-sphinx A full-text search integration with Django using the Sphinx engine
  • kss.django A django application for integration of AJAX with KSS.
  • comments A comment application to allow users top post comment on your website. Inspired by freecomments.
  • Photologue A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries.
  • django-diario A pluggable weblog application for Django Web Framework.
  • djapian A full-text search integration with Django using Xapian
  • django-page-cms A simple multilingual paged cms for Django
  • django-mssql An external database backend (based on ado-mssql) that allows MS SQL Server to run against Django-trunk
  • Blogmaker A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots
  • django-pingback Pingback implementation for Django
  • Django MPTT - Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances.
  • django-dynamic-media-serve - Django Dynamic Media Serve is the good alternative of the default django.views.static.serve for serving the media files in Django.

Open-Source Django projects

These are stand-alone applications written using Django.

General

Installing and configuring Django

Development environment

Templates

Code examples

Web services/APIs

Tutorials on the Web

Presentations

Resources in other languages

Community

Note: See TracWiki for help on using the wiki.
Back to Top