Django template loader for database stored templates with extensible cache backend
Find a file
2009-10-19 02:42:37 +02:00
dbtemplates Updated tests for the new feature and fixed them. 2009-10-19 02:32:43 +02:00
docs Bumped to 0.6.1 2009-10-19 02:42:37 +02:00
example Enabled egg template loader in case someone is trying to test with django-reversion which might get zipped when installed with easy_install 2009-10-09 13:47:08 +02:00
.hgignore Added Sphinx configuration and updated the docs with latest changes 2009-10-09 15:01:26 +02:00
.hgtags Merge 2009-10-09 15:07:26 +02:00
INSTALL Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02:00
LICENSE Added Sphinx configuration and updated the docs with latest changes 2009-10-09 15:01:26 +02:00
MANIFEST.in Bumped version up to 0.6.1dev and fixed minor problem with doc index 2009-10-09 15:36:47 +02:00
README Fixed rST error in README 2009-05-20 14:23:59 +02:00
setup.cfg Bumped to 0.6.1 2009-10-19 02:42:37 +02:00
setup.py Exlucde example app from installation, bumped to 0.5.8 2009-05-26 19:54:27 +02:00

-*- restructuredtext -*-
===================================
Database template loader for Django
===================================

``dbtemplates`` is a Django app that comes with to parts: It allows you to
create templates that are saved in your database, and it provides a so called
`template loader`_, a function that enables Django to find the templates you
created in the database.

It also includes a extensible caching mechanism and supports version control
of the templates saved in the database.

Please see ``docs/overview.txt`` for more details.

.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types