Metadata-Version: 1.0
Name: django-uta
Version: 0.0.2
Summary: Unobtrusive Template Adapter
Home-page: https://github.com/peroksid/django-uta
Author: Alexander Pugachev
Author-email: alexander.pugachev@gmail.com
License: UNKNOWN
Description: The idea is simple.
        When you have a template wich is of known type you render it correctly.
        Currently Jinja2, Mako and HamlPy are recognized by extensions respectively:
         - .jinja2.html
         - .mako.html
         - .hamlpy
        That said, if you have few apps using different templates in one project or want to use specific templates in part of project, it can be achieved easily.
        
        To use this simply install required templates libraries and add 'uta' to INSTALLED_APPS.
        
        
Keywords: django,templates
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
