jezdez / django-dbtemplates (http://packages.python.org/django-dbtemplates/)
Django template loader for database stored templates with extensible cache backend
Clone this repository (size: 175.0 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/jezdez/django-dbtemplates/
| commit 77: | 5965315c03c1 |
| parent 76: | d62c4a1f20f6 |
| child 78: | 687b0083aedc |
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.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@88 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
15 months ago
NB: This is not the latest revision. For the latest view, go to tip.
| filename | size | last modified | ||
|---|---|---|---|---|
| dbtemplates | ||||
| docs | ||||
| example | ||||
| INSTALL | 816 B | 16 months ago | Added some documentation for the example project, support… | |
| LICENSE | 1.5 KB | 23 months ago | new management command 'sync_templates' for syncing the… | |
| MANIFEST.in | 144 B | 16 months ago | Updated MANIFEST and bumped minor version to 0.5.2 | |
| README | 533 B | 17 months ago | Use docs/overview.txt for PyPI and only have small things… | |
| setup.py | 971 B | 15 months ago | Made loader and cache backends site-aware. The filesystem… |
README
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.
