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 139: | 4b36382cdfd7 |
| parent 138: | 9cc9b2e64a8b |
| child 140: | eb6382eea2c8 |
Getting ready for 0.6.0
- View jezdez's profile
-
jezdez's public repos »
- django-adminfiles-de
- pip-standalone
- djangologging
- django-endless-pagination-de
- django-endless-pagination-fixes
- creole
- pip-wininst
- transifex-buildout
- hgstuff
- akismet
- django-dbtemplates
- Sphinx-PyPI-upload
- django-robots
- django-authority
- pip-config
- jezdez.bitbucket.org
- ports
- virtualenv-packaging
- pip
- django-registration-de
- pycompletion
- django-piston
- django-piston-python-oauth2
- django-licenses
- jzdz
- django-vcstorage
- textmate-missingdrawer
- virtualenv
- pip-uninstall
- setuptools_hg
- djangolocales
- django-staticfiles
- Send message
5 months ago
NB: This is not the latest revision. For the latest view, go to tip.
| filename | size | last modified | ||
|---|---|---|---|---|
| dbtemplates | ||||
| docs | ||||
| example | ||||
| .hgignore | 105 B | 5 months ago | Added Sphinx configuration and updated the docs with latest… | |
| .hgtags | 893 B | 10 months ago | Added tag 0.5.7 for changeset dff01be9c8af | |
| INSTALL | 824 B | 12 months ago | Minor updates to install instructions, license, manifest… | |
| LICENSE | 1.5 KB | 5 months ago | Added Sphinx configuration and updated the docs with latest… | |
| MANIFEST.in | 116 B | 12 months ago | Minor updates to install instructions, license, manifest… | |
| README | 649 B | 10 months ago | Fixed rST error in README | |
| setup.cfg | 148 B | 5 months ago | Getting ready for 0.6.0 | |
| setup.py | 981 B | 10 months ago | Exlucde example app from installation, bumped to 0.5.8 |
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.
