mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
28 lines
No EOL
838 B
Text
28 lines
No EOL
838 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>`.
|
|
|
|
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
|
|
|
|
.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loading-templates
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
overview
|
|
advanced
|
|
settings
|
|
changelog |