The easy way to allow designers edit templates and assets.
Project description
The easy way to allow designers edit templates and assets.
Documentation
The full documentation is at http://django-templation.rtfd.org.
Installation
Install django-templation:
pip install django-templation
Features
Resource Access administration via Django admin.
WebDAV access for designers to easily edit templates and static files from anywhere.
Sandboxed templates: restrict the use of Django builtin template tags and filters
History
0.1.0 (2014-01-24)
First release.
0.1.1 (2014-05-22)
Bug fixes:
Fixed import error when using a Custom Resource Access Model