Django template loader for database stored templates with extensible cache backend
Find a file
leidel c9277e9c84 Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@84 cfb8ba98-e953-0410-9cff-959ffddf5974

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

--HG--
extra : convert_revision : b03959a7322a1acd040dad721d80d7bbd680f16d
2008-11-28 13:06:34 +00:00
dbtemplates Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket. 2008-11-28 13:06:34 +00:00
docs Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket. 2008-11-28 13:06:34 +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 Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket. 2008-11-28 13:06:34 +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.