2008-10-20 23:33:34 +00:00
|
|
|
django-dbtemplates
|
|
|
|
|
==================
|
2008-10-20 23:19:26 +00:00
|
|
|
|
2011-04-11 17:21:51 +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 :ref:`versioned storage <versioned>`
|
|
|
|
|
and :ref:`django-admin command <commands>`, integrates with Django's
|
|
|
|
|
:ref:`caching system <caching>` and the :ref:`admin actions <admin_actions>`.
|
2008-11-02 00:05:58 +00:00
|
|
|
|
2016-06-11 09:53:29 +00:00
|
|
|
Please see https://django-dbtemplates.readthedocs.io/ for more details.
|
2011-07-08 12:52:58 +00:00
|
|
|
|
2015-12-17 09:44:42 +00:00
|
|
|
The source code and issue tracker can be found on Github: https://github.com/jazzband/django-dbtemplates
|
2011-07-08 12:52:58 +00:00
|
|
|
|
2008-11-02 00:05:58 +00:00
|
|
|
.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loading-templates
|
2008-10-20 23:19:26 +00:00
|
|
|
|
2008-10-20 23:33:34 +00:00
|
|
|
Contents:
|
2008-10-20 23:19:26 +00:00
|
|
|
|
2008-10-20 23:33:34 +00:00
|
|
|
.. toctree::
|
2009-10-09 13:01:26 +00:00
|
|
|
:maxdepth: 2
|
2008-10-20 23:19:26 +00:00
|
|
|
|
2009-10-09 13:01:26 +00:00
|
|
|
overview
|
2011-04-11 17:21:51 +00:00
|
|
|
advanced
|
|
|
|
|
settings
|
|
|
|
|
changelog
|