jezdez / django-dbtemplates (http://packages.python.org/django-dbtemplates/)

Django template loader for database stored templates with extensible cache backend

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
django-dbtemplates /
filename size last modified message
dbtemplates  
docs  
example  
.hgignore 105 B 5 months ago Added Sphinx configuration and updated the docs with latest…
.hgtags 893 B 10 months ago Added tag 0.5.7 for changeset dff01be9c8af
INSTALL 824 B 12 months ago Minor updates to install instructions, license, manifest…
LICENSE 1.5 KB 5 months ago Added Sphinx configuration and updated the docs with latest…
MANIFEST.in 116 B 12 months ago Minor updates to install instructions, license, manifest…
README 649 B 10 months ago Fixed rST error in README
setup.cfg 148 B 5 months ago Getting ready for 0.6.0
setup.py 981 B 10 months ago Exlucde example app from installation, bumped to 0.5.8

README

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.