2011-04-11 17:21:51 +00:00
|
|
|
django-dbtemplates
|
|
|
|
|
==================
|
2008-11-09 13:56:05 +00:00
|
|
|
|
2015-12-17 09:44:42 +00:00
|
|
|
.. image:: https://secure.travis-ci.org/jazzband/django-dbtemplates.png
|
2012-05-07 08:54:26 +00:00
|
|
|
:alt: Build Status
|
2015-12-17 09:44:42 +00:00
|
|
|
:target: http://travis-ci.org/jazzband/django-dbtemplates
|
|
|
|
|
|
|
|
|
|
.. image:: https://jazzband.co/static/img/badge.svg
|
|
|
|
|
:alt: Jazzband
|
|
|
|
|
:target: https://jazzband.co/
|
2012-05-07 06:35:36 +00:00
|
|
|
|
2011-04-11 17:21:51 +00:00
|
|
|
``dbtemplates`` is a Django app that consists of two parts:
|
2008-11-09 13:56:05 +00:00
|
|
|
|
2011-04-11 17:21:51 +00:00
|
|
|
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
|
2008-11-09 13:56:05 +00:00
|
|
|
|
2011-04-11 17:21:51 +00:00
|
|
|
It also features optional support for versioned storage and django-admin
|
|
|
|
|
command, integrates with Django's caching system and the admin actions.
|
|
|
|
|
|
2016-06-11 09:53:29 +00:00
|
|
|
Please see https://django-dbtemplates.readthedocs.io/ for more details.
|
2009-05-20 12:23:59 +00:00
|
|
|
|
2011-07-08 12:52:58 +00:00
|
|
|
The source code and issue tracker can be found on Github:
|
|
|
|
|
|
2015-12-17 09:44:42 +00:00
|
|
|
https://github.com/jazzband/django-dbtemplates
|
2011-07-08 12:52:58 +00:00
|
|
|
|
2015-06-15 19:03:09 +00:00
|
|
|
Compatibility Roadmap
|
|
|
|
|
---------------------
|
|
|
|
|
|
2015-06-15 21:09:51 +00:00
|
|
|
- 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`` !
|
2015-06-15 19:03:09 +00:00
|
|
|
|
2012-09-05 18:27:55 +00:00
|
|
|
.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types
|