Django template loader for database stored templates with extensible cache backend
Find a file
Jannis Leidel 6a7c5da99e Fixed a rST warning with implicite target name
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : 5899ac70c9ff2ae1c4931ca1fd6a4bf9c6c31a34
2009-04-11 11:18:01 +02:00
dbtemplates Bumped to version 0.5.6 2009-04-11 11:13:47 +02:00
docs Fixed a rST warning with implicite target name 2009-04-11 11:18:01 +02:00
example Made loader and cache backends site-aware. The filesystem cache backend now saves the files under <dir>/<site_domain>/<file_name>. The Django cache backend the Site id in the cache key. Template is now saved explicitly to backend if not existent in cache (e.g. if deleted manually or invalidated). Bumped version to 0.5.4. 2008-12-26 17:39:48 +00:00
.gitignore Updated gitignore file 2009-04-11 11:14:22 +02:00
INSTALL Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02:00
LICENSE Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02:00
MANIFEST.in Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02: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 Minor updates to install instructions, license, manifest template and setup.py. 2009-04-11 11:12:11 +02: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.