Django template loader for database stored templates with extensible cache backend
Find a file
Jannis Leidel 70afccbb8f Updated packaging a little.
--HG--
rename : README => README.rst
2010-03-18 18:50:06 +01:00
dbtemplates Add Chinese translation 2010-01-05 17:52:59 +08:00
docs Removed code-block again since PyPI barfs 2009-10-19 03:17:56 +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 Added tag 0.6.1 for changeset 0ac352fec2c2 2009-10-19 02:42:40 +02:00
INSTALL Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02:00
LICENSE Updated packaging a little. 2010-03-18 18:50:06 +01:00
MANIFEST.in Updated packaging a little. 2010-03-18 18:50:06 +01:00
README.rst Updated packaging a little. 2010-03-18 18:50:06 +01:00
setup.cfg Living in the future 2009-10-19 02:50:46 +02:00
setup.py Updated packaging a little. 2010-03-18 18:50:06 +01: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