django-dbtemplates/README.rst

30 lines
1 KiB
ReStructuredText
Raw Normal View History

django-dbtemplates
==================
2012-05-07 06:35:36 +00:00
.. image:: https://secure.travis-ci.org/jezdez/django-dbtemplates.png?branch=develop
2012-05-07 08:54:26 +00:00
:alt: Build Status
:target: http://travis-ci.org/jezdez/django-dbtemplates
2012-05-07 06:35:36 +00:00
``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.
2009-05-20 12:23:59 +00:00
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