mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Django template loader for database stored templates with extensible cache backend
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@82 cfb8ba98-e953-0410-9cff-959ffddf5974 committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974> --HG-- extra : convert_revision : 5c5cc003dad58a241d8c762bd3e3ac16b581ce3d |
||
|---|---|---|
| dbtemplates | ||
| docs | ||
| example | ||
| .hgignore | ||
| .hgtags | ||
| INSTALL | ||
| LICENSE | ||
| MANIFEST.in | ||
| README | ||
| setup.py | ||
=================================== 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.