django-dbtemplates/README
leidel 16a75eb97e Use docs/overview.txt for PyPI and only have small things in README
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@67 cfb8ba98-e953-0410-9cff-959ffddf5974

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

--HG--
extra : convert_revision : b17aa26289871ff1eea693d117c3527e3e315efa
2008-11-09 13:56:05 +00:00

13 lines
No EOL
533 B
Text

===================================
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.