Metadata-Version: 1.1
Name: django-dbtemplates
Version: 3.0
Summary: Template loader for templates stored in the database
Home-page: https://django-dbtemplates.readthedocs.io/
Author: Jannis Leidel
Author-email: jannis@leidel.info
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: django-dbtemplates
        ==================
        
        .. image:: https://jazzband.co/static/img/badge.svg
           :alt: Jazzband
           :target: https://jazzband.co/
        
        .. image:: https://travis-ci.org/jazzband/django-dbtemplates.svg?branch=master
            :alt: Build Status
            :target: http://travis-ci.org/jazzband/django-dbtemplates
        
        .. image:: https://codecov.io/github/jazzband/django-dbtemplates/coverage.svg?branch=master
           :alt: Codecov
           :target: https://codecov.io/github/jazzband/django-dbtemplates?branch=master
        
        ``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 https://django-dbtemplates.readthedocs.io/ for more details.
        
        The source code and issue tracker can be found on Github:
        
        https://github.com/jazzband/django-dbtemplates
        
        .. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
