| 12 | | == Example Django applications (with source code/templates) == |
| | 12 | == Example Django application components (with source code/templates) == |
| | 13 | |
| | 14 | These are application components that you can plug into any project. |
| | 15 | |
| | 16 | * [http://code.google.com/p/django-databasetemplateloader/ django-databasetemplateloader] - A Django template loader which loads templates from the database |
| | 17 | * [http://code.google.com/p/django-registration/ django-registration] - A simple, generic user-registration application for Django |
| | 18 | * [http://code.google.com/p/django-tagging/ django-tagging] - A generic tagging application for Django |
| | 19 | * [http://code.google.com/p/django-voting/ django-voting] - A generic voting application for Django |
| | 20 | * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django |
| | 21 | * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates] - Makes Zope3 Page Templates available to Django sites. |
| | 22 | |
| | 23 | == Example Django projects (stand-alone applications) == |
| | 24 | |
| | 25 | These are stand-alone applications written using Django. |