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 21: | 1b426859f05b |
| parent 20: | 8a16eb69d149 |
| child 22: | 1e407333eaf4 |
little changes on setup.py for 0.3.0 release
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@28 cfb8ba98-e953-0410-9cff-959ffddf5974
committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>
22 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 | 22 months ago | new management command 'sync_templates' for syncing the⦠| |
| MANIFEST.in | 66 B | 3 years ago | again: refactoring as a standalone application | |
| README | 2.0 KB | 2 years ago | simple change | |
| setup.py | 822 B | 22 months ago | little changes on setup.py for 0.3.0 release |
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.
