mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
24 lines
No EOL
659 B
Text
24 lines
No EOL
659 B
Text
django-dbtemplates
|
|
==================
|
|
|
|
``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>`.
|
|
|
|
.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loading-templates
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
overview
|
|
advanced
|
|
settings
|
|
changelog |