Django template loader for database stored templates with extensible cache backend
Find a file
Hugo van Kemenade a3054c7724 Fix Flake8
2022-06-15 15:47:52 +03:00
.github/workflows Drop support for EOL Python 3.6 2022-06-15 15:47:52 +03:00
.tx Some packaging fixes as usual 2016-09-20 12:32:59 +02:00
dbtemplates Fix Flake8 2022-06-15 15:47:52 +03:00
docs Upgrade Python syntax with pyupgrade --py37-plus 2022-06-15 15:47:52 +03:00
requirements Use io instead of codecs 2016-09-20 11:34:28 +02:00
.coveragerc Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
.gitignore Fixes #113 (#115) 2021-10-21 17:35:56 +02:00
AUTHORS Updated AUTHORS file. 2012-05-07 23:47:15 +02:00
CONTRIBUTING.md Update docs 2016-09-20 12:44:29 +02:00
LICENSE 12 years! 2019-01-27 22:26:28 +01:00
MANIFEST.in Update docs 2016-09-20 12:44:29 +02:00
README.rst Migrate to GitHub Actions. (#112) 2020-12-09 09:55:35 +01:00
setup.cfg Add support for Python 3.10 2022-06-15 15:39:30 +03:00
setup.py Upgrade Python syntax with pyupgrade --py37-plus 2022-06-15 15:47:52 +03:00
tox.ini Drop support for EOL Python 3.6 2022-06-15 15:47:52 +03:00

django-dbtemplates
==================

.. image:: https://jazzband.co/static/img/badge.svg
   :alt: Jazzband
   :target: https://jazzband.co/

.. image:: https://github.com/jazzband/django-dbtemplates/workflows/Test/badge.svg
   :target: https://github.com/jazzband/django-dbtemplates/actions
   :alt: GitHub Actions

.. image:: https://codecov.io/github/jazzband/django-dbtemplates/coverage.svg?branch=master
   :alt: Codecov
   :target: https://codecov.io/github/jazzband/django-dbtemplates?branch=master

``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 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/#loader-types