jezdez / django-dbtemplates (http://packages.python.org/django-dbtemplates/)
Django template loader for database stored templates with extensible cache backend
Clone this repository (size: 173.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/jezdez/django-dbtemplates/
| commit 54: | a3be97628ed8 |
| parent 53: | 70ec9e3c0e37 |
| child 55: | bf3db2fe192d |
Updated German and Hebrew locales (Thanks to Alex Gaynor) and bumped version to 0.5.0
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@61 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
17 months ago
NB: This is not the latest revision. For the latest view, go to tip.
| filename | size | last modified | ||
|---|---|---|---|---|
| dbtemplates | ||||
| docs | ||||
| INSTALL | 645 B | 3 years ago | again: refactoring as a standalone application | |
| LICENSE | 1.5 KB | 22 months ago | new management command 'sync_templates' for syncing the… | |
| MANIFEST.in | 110 B | 19 months ago | Changed extension of README to use Github's formatting | |
| README.rst | 1.9 KB | 18 months ago | fixed wrong link in setup.py and readme | |
| setup.py | 866 B | 17 months ago | Updated German and Hebrew locales (Thanks to Alex Gaynor) an… |
README
-- restructuredtext --
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.
