Django template loader for database stored templates with extensible cache backend
Find a file
2018-10-01 20:14:42 +01:00
.tx Some packaging fixes as usual 2016-09-20 12:32:59 +02:00
dbtemplates bump version 2018-10-01 18:53:22 +01:00
docs Update docs 2016-09-20 12:44:29 +02:00
requirements Use io instead of codecs 2016-09-20 11:34:28 +02:00
.coveragerc Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
.gitignore Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
.travis.yml fix PyPi upload 2018-10-01 20:14:42 +01:00
AUTHORS Updated AUTHORS file. 2012-05-07 23:47:15 +02:00
CONTRIBUTING.md Update docs 2016-09-20 12:44:29 +02:00
LICENSE Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
MANIFEST.in Update docs 2016-09-20 12:44:29 +02:00
README.rst Update docs 2016-09-20 10:57:49 +02:00
setup.cfg Moved to django-discover-runner. 2012-05-23 23:50:32 +02:00
setup.py Use io instead of codecs 2016-09-20 11:34:28 +02:00
tox.ini Update tox.ini to support Python3.7 2018-10-01 10:59:47 +03:00

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