Django template loader for database stored templates with extensible cache backend
Find a file
2022-08-09 17:34:06 +02:00
.github/workflows Test Python 3.11 beta 2022-06-15 15:54:51 +03:00
.tx Some packaging fixes as usual 2016-09-20 12:32:59 +02:00
dbtemplates Passing flake8 2022-08-08 00:49:40 +02:00
docs Merge branch 'master' into master 2022-08-08 00:36:05 +02: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
.pre-commit-config.yaml Add pre-commit config 2022-06-15 16:02:33 +03: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 image path 2022-06-15 14:22:42 +02:00
setup.cfg Don't build unversal wheel 2022-06-15 14:43:32 +02:00
setup.py Min. supported Python version 2022-08-08 00:40:17 +02:00
tox.ini Remove unsupported Django versions 2022-08-09 17:34:06 +02:00

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

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

.. image:: https://github.com/mpasternak/django-dbtemplates-iplweb/workflows/Test/badge.svg
   :target: https://github.com/mpasternak/django-dbtemplates-iplweb/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