Django template loader for database stored templates with extensible cache backend
Find a file
leidel 39b730391d Added hgignore file
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@73 cfb8ba98-e953-0410-9cff-959ffddf5974

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

--HG--
extra : convert_revision : 99161a20e39320df2ac811ee0f6327ce7f7d5730
2008-11-16 02:01:18 +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
.hgignore Added hgignore file 2008-11-16 02:01:18 +00:00
.hgtags Added tag v0.5.1 for changeset d4d6fd6ef24e 2008-11-09 13:56:58 +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.