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

Django template loader for database stored templates with extensible cache backend

commit 42: 9a30f34bc5b0
parent 41: ea4d636f3459
child 43: 23286f9ac159
modifications on the docs and version bump git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@50 cfb8ba98-e953-0410-9cff-959ffddf5974 committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974> default0.4.6
leidel
19 months ago

 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  
INSTALL 645 B 3 years ago again: refactoring as a standalone application
LICENSE 1.5 KB 23 months ago new management command 'sync_templates' for syncing the…
MANIFEST.in 110 B 19 months ago Changed extension of README to use Github's formatting
README.rst 1.9 KB 19 months ago modifications on the docs and version bump
setup.py 877 B 19 months ago modifications on the docs and version bump

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.