Django template loader for database stored templates with extensible cache backend
Find a file
Matthias K cd2a06ea51 Merge pull request #76 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-09-20 10:12:53 +02:00
.tx Fixed Transifex configuration. 2011-07-06 21:19:21 +02:00
dbtemplates Use native importlib. 2016-01-03 00:01:45 +01:00
docs Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-11 10:53:29 +01:00
example Removed unneeded requirement from example project. 2011-07-06 21:07:03 +02:00
requirements Moved to django-discover-runner. 2012-05-23 23:50:32 +02:00
.gitignore Switched to using nose and django-nose for easy test running. 2012-05-07 14:06:54 +02:00
.travis.yml Exclude migrations. 2016-04-01 15:42:47 +03:00
AUTHORS Updated AUTHORS file. 2012-05-07 23:47:15 +02:00
LICENSE Updated year. 2012-01-09 00:00:10 +01:00
MANIFEST.in Removed INSTALL file from manifest template. 2012-05-07 14:15:52 +02:00
README.rst Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-11 10:53:29 +01:00
setup.cfg Moved to django-discover-runner. 2012-05-23 23:50:32 +02:00
setup.py Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-11 10:53:29 +01:00

django-dbtemplates
==================

.. image:: https://secure.travis-ci.org/jazzband/django-dbtemplates.png
    :alt: Build Status
    :target: http://travis-ci.org/jazzband/django-dbtemplates

.. image:: https://jazzband.co/static/img/badge.svg
   :alt: Jazzband
   :target: https://jazzband.co/

``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

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