Django template loader for database stored templates with extensible cache backend
Find a file
pre-commit-ci[bot] cf2a4c1481
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.34.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v2.34.0...v3.21.2)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v6.0.0)
2026-01-05 17:31:37 +00: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 Fix cache invalidation (#131) 2025-06-17 16:38:05 -07:00
docs There is no INSTALL file. (#128) 2025-05-26 20:00:16 +02: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 [pre-commit.ci] pre-commit autoupdate 2026-01-05 17:31:37 +00: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
pyproject.toml add project urls (#156) 2025-06-09 11:47:43 -07:00
README.rst Proper links to CI badge 2022-08-09 17:34:29 +02:00
tox.ini Properly add Django 5.2 and tweak coverage collection (#148) 2025-05-26 20:12:55 +02: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