Django template loader for database stored templates with extensible cache backend
Find a file
leidel dd4367ee99 D'oh, stupid bug in docs
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@69 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : eb0185ddf1f7e60823e4df39457e7102f873d77a
2008-11-09 13:56:40 +00:00
dbtemplates Removed old sync_templates.py script, use the django-admin.py sync_templates please. Removes unneeded code that registers the model with django-reversion manually. Updated docs after move from Google Code to Bitbucket. 2008-11-09 13:55:20 +00:00
docs D'oh, stupid bug in docs 2008-11-09 13:56:40 +00:00
.hgtags Added tag v0.5.1 for changeset d28c311da014 2008-11-09 13:56:23 +00:00
INSTALL Removed old sync_templates.py script, use the django-admin.py sync_templates please. Removes unneeded code that registers the model with django-reversion manually. Updated docs after move from Google Code to Bitbucket. 2008-11-09 13:55:20 +00:00
LICENSE new management command 'sync_templates' for syncing the templates bidirectional 2008-05-13 22:34:38 +00:00
MANIFEST.in Use docs/overview.txt for PyPI and only have small things in README 2008-11-09 13:56:05 +00:00
README Use docs/overview.txt for PyPI and only have small things in README 2008-11-09 13:56:05 +00:00
setup.py Use docs/overview.txt for PyPI and only have small things in README 2008-11-09 13:56:05 +00: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.