Metadata-Version: 1.1
Name: django-templation
Version: 0.1.1
Summary: The easy way to allow designers edit templates and assets.
Home-page: https://github.com/qdqmedia/django-templation
Author: QDQ media S.A.U.
Author-email: tecnologia@qdqmedia.com
License: BSD
Description: =============================
        django-templation
        =============================
        
        .. image:: https://badge.fury.io/py/django-templation.png
            :target: http://badge.fury.io/py/django-templation
        
        .. image:: https://travis-ci.org/qdqmedia/django-templation.png?branch=master
            :target: https://travis-ci.org/qdqmedia/django-templation
        
        .. image:: https://coveralls.io/repos/qdqmedia/django-templation/badge.png?branch=master
            :target: https://coveralls.io/r/qdqmedia/django-templation?branch=master
        
        .. image:: https://pypip.in/d/django-templation/badge.png
            :target: https://crate.io/packages/django-templation?version=latest
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/qdqmedia/django-templation/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
        The easy way to allow designers edit templates and assets.
        
        .. image :: https://raw.github.com/qdqmedia/django-templation/master/assets/workflow.png
        
        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
        
Keywords: django-templation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
