Django template loader for database stored templates with extensible cache backend
Find a file
2011-06-30 12:26:50 -05:00
.tx Added new Transifex config. 2011-01-31 11:15:26 +01:00
dbtemplates Change to skip template loaders whose load method is not implemented. This happens with the Django cached template loader, in particular. 2011-06-30 12:26:50 -05:00
docs Bumped to 1.0.1. 2011-04-14 13:46:15 +02:00
example Added DATABASES setting to example project to make sure we can run on modern Django. 2011-04-11 19:21:11 +02:00
.gitignore Added tox config and test runner. 2011-04-11 18:01:13 +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 setup.py and manifest template to use new static file location. 2011-04-11 18:02:04 +02:00
README.rst Split docs in multiple files and updated use ReadTheDocs. 2011-04-11 19:21:51 +02:00
runtests.py Added tox config and test runner. 2011-04-11 18:01:13 +02:00
setup.cfg Prepare for a Github move only release. 2010-09-04 14:21:31 +02:00
setup.py Split docs in multiple files and updated use ReadTheDocs. 2011-04-11 19:21:51 +02:00
tox.ini Added tox config and test runner. 2011-04-11 18:01:13 +02:00

django-dbtemplates
==================

``dbtemplates`` is a Django app that consists of two parts:

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

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.

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