2011-04-11 17:21:51 +00:00
|
|
|
django-dbtemplates
|
|
|
|
|
==================
|
2008-11-09 13:56:05 +00:00
|
|
|
|
2011-04-11 17:21:51 +00:00
|
|
|
``dbtemplates`` is a Django app that consists of two parts:
|
2008-11-09 13:56:05 +00:00
|
|
|
|
2011-04-11 17:21:51 +00:00
|
|
|
1. It allows you to store templates in your database
|
|
|
|
|
2. It provides `template loader`_ that enables Django to load the
|
|
|
|
|
templates from the database
|
2008-11-09 13:56:05 +00:00
|
|
|
|
2011-04-11 17:21:51 +00:00
|
|
|
It also features optional support for versioned storage and django-admin
|
|
|
|
|
command, integrates with Django's caching system and the admin actions.
|
|
|
|
|
|
|
|
|
|
Please see http://django-dbtemplates.readthedocs.org/ for more details.
|
2009-05-20 12:23:59 +00:00
|
|
|
|
|
|
|
|
.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types
|