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 35: | a4bd56a7c2ea |
| parent 34: | d5c28b35f11a |
| child 36: | 3559db68ac5b |
Added Hebrew translation, thanks mkriheli
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@43 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
19 months ago
NB: This is not the latest revision. For the latest view, go to tip.
| filename | size | last modified | ||
|---|---|---|---|---|
| dbtemplates | ||||
| INSTALL | 645 B | 3 years ago | again: refactoring as a standalone application | |
| LICENSE | 1.5 KB | 23 months ago | new management command 'sync_templates' for syncing the⦠| |
| MANIFEST.in | 106 B | 19 months ago | updated manifest template to include locale data | |
| README | 2.0 KB | 2 years ago | simple change | |
| setup.py | 822 B | 19 months ago | Added Hebrew translation, thanks mkriheli |
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.
