Django template loader for database stored templates with extensible cache backend
Find a file
2011-09-05 11:02:55 +02:00
.tx Fixed Transifex configuration. 2011-07-06 21:19:21 +02:00
dbtemplates using ugettext 2011-08-26 01:28:49 +04:00
docs Fixed changelog and added bugfix to it. 2011-09-05 11:02:55 +02:00
example Removed unneeded requirement from example project. 2011-07-06 21:07:03 +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
AUTHORS Some minor additions to the "performance speedup". Extends the list of authors, too. 2011-08-15 12:53:29 +02:00
INSTALL Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02:00
LICENSE Removed license headers, reverted LICENSE file and added a CONTRIBUTORS file. 2011-08-15 12:48:10 +02:00
MANIFEST.in Bundle authors list. 2011-08-15 13:09:29 +02:00
README.rst Added links to the repo on Github. Fixes #10. 2011-07-08 14:53:11 +02:00
runtests.py Extended docs about using the Loader class instead of the previously available function. Fixes #11. 2011-07-08 14:56:24 +02:00
setup.cfg Prepare for a Github move only release. 2010-09-04 14:21:31 +02:00
setup.py Bumped to 1.2 and extended Trove classifiers. 2011-08-15 13:12:47 +02:00
tox.ini 1.1 isn't supported anymore. 2011-07-01 14:27:32 +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.

The source code and issue tracker can be found on Github:

https://github.com/jezdez/django-dbtemplates

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