Django template loader for database stored templates with extensible cache backend
Find a file
Jannis Leidel 351809557b Removed hg cruft
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : b2579d27046e389ff5f9aa0d39c16bb25ecabcb0
2008-11-28 14:15:56 +01: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 Changed wrong link in docs 2008-11-28 13:11:40 +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
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.