Django template loader for database stored templates with extensible cache backend
Find a file
2025-05-26 19:53:42 +02:00
.github/workflows Use correct release branch of pypa/publish action. (#138) 2025-05-20 21:40:09 +02:00
.tx Some packaging fixes as usual 2016-09-20 12:32:59 +02:00
dbtemplates Add default_auto_field to AppConfig (#146) 2025-05-26 19:53:42 +02:00
docs Support for Python 3.12 and up (#143) 2025-02-16 21:08:16 +01:00
requirements Fix docs rendering (#127) 2022-08-29 12:09:54 +02:00
.coveragerc Support for Python 3.12 and up (#143) 2025-02-16 21:08:16 +01:00
.gitignore Fixes #113 (#115) 2021-10-21 17:35:56 +02:00
.pre-commit-config.yaml Add pre-commit config 2022-06-15 16:02:33 +03:00
.readthedocs.yaml Fix docs rendering (#127) 2022-08-29 12:09:54 +02:00
AUTHORS Updated AUTHORS file. 2012-05-07 23:47:15 +02:00
CODE_OF_CONDUCT.md Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' (#120) 2022-08-05 14:12:18 +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 Proper links to CI badge 2022-08-09 17:34:29 +02:00
setup.cfg Add support for Python 3.10 2022-06-15 15:39:30 +03:00
setup.py Support for Python 3.12 and up (#143) 2025-02-16 21:08:16 +01:00
tox.ini Support for Python 3.12 and up (#143) 2025-02-16 21:08:16 +01: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

.. 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