Django template loader for database stored templates with extensible cache backend
Find a file
leidel 2f37c244b0 Small change in the description
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
2008-11-21 11:25:55 +00:00
dbtemplates Fixed problem when django.contrib.sites' table isn't populated yet on initialization of dbtemplates. Thanks for the report, Kevin Fricovsky 2008-11-16 02:02:30 +00:00
docs Added some documentation for the example project, support to start it directly and small touches on the docs 2008-11-16 02:03:22 +00:00
example Added some documentation for the example project, support to start it directly and small touches on the docs 2008-11-16 02:03:22 +00:00
.hgignore Some for annoyance for hgignore 2008-11-16 02:03:04 +00:00
.hgtags Added tag v0.5.2 for changeset c2ddc104f0da 2008-11-21 11:25:38 +00:00
INSTALL Added some documentation for the example project, support to start it directly and small touches on the docs 2008-11-16 02:03:22 +00:00
LICENSE new management command 'sync_templates' for syncing the templates bidirectional 2008-05-13 22:34:38 +00:00
MANIFEST.in Updated MANIFEST and bumped minor version to 0.5.2 2008-11-16 02:02:48 +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 Small change in the description 2008-11-21 11:25:55 +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.