Django template loader for database stored templates with extensible cache backend
Find a file
2010-09-21 14:23:04 +02:00
dbtemplates Nicer settings in admin module. 2010-09-21 14:23:04 +02:00
docs Prepare for a Github move only release. 2010-09-04 14:21:31 +02:00
example Fixed setting name in example project. 2010-07-07 12:37:37 +02:00
.gitignore Extended gitignore. 2010-09-21 14:21:38 +02:00
.hgignore Added Sphinx configuration and updated the docs with latest changes 2009-10-09 15:01:26 +02:00
.hgtags Added tag 0.7.1 for changeset 74c22fa8c4a6 2010-07-07 12:41:25 +02:00
INSTALL Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02:00
LICENSE Added optional CodeMirror-based syntax highlighing editor. 2010-06-24 15:56:41 +02:00
MANIFEST.in Updated packaging files to not include template file anymore. 2010-06-24 16:22:47 +02:00
README.rst Updated packaging a little. 2010-03-18 18:50:06 +01:00
setup.cfg Prepare for a Github move only release. 2010-09-04 14:21:31 +02:00
setup.py Prepare for a Github move only release. 2010-09-04 14:21:31 +02:00

===================================
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