Metadata-Version: 1.1
Name: leonardo-dbtemplates
Version: 1.0.0a1
Summary: Template loader for templates stored in the database. Leonardo Fork from Jannis Leidel
Home-page: https://github.com/django-leonardo/django-dbtemplates
Author: Michael Kuty
Author-email: mail@michaelkuty.eu
License: UNKNOWN
Description: django-dbtemplates
        ==================
        
        .. image:: https://secure.travis-ci.org/jezdez/django-dbtemplates.png?branch=develop
            :alt: Build Status
            :target: http://travis-ci.org/jezdez/django-dbtemplates
        
        ``dbtemplates`` is a Django app that consists of two parts:
        
        1. It allows you to store templates in your database
        2. It provides `template loader`_ that enables Django to load the
           templates from the database
        
        It also features optional support for versioned storage and django-admin
        command, integrates with Django's caching system and the admin actions.
        
        Please see http://django-dbtemplates.readthedocs.org/ for more details.
        
        The source code and issue tracker can be found on Github:
        
        https://github.com/jezdez/django-dbtemplates
        
        Compatibility Roadmap
        ---------------------
        
        - 1.3.2 ``dbtemplates`` dropped support for Django < 1.4
        - 1.4 will be supported only Django >= 1.7, please freeze your requirements on specific version of ``dbtemplates`` !
        
        .. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
