Django template loader for database stored templates with extensible cache backend
Find a file
Jannis Leidel 012fe061a8
Migrate to GitHub Actions. (#112)
* Add GitHub Actions test workflow.

* Update version map.

* Fix flake8

* Write coverage file.

* Fix typo.

* Add release workflow.

* Removed Travis cruft and updated other files.

* Update trove classifiers.

* Black setup.

* Remove unneeded twine check.

* Extend changelog.

* Fix six issue.

* Update tox.ini

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Add 3.9.

* Add base python

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-12-09 09:55:35 +01:00
.github/workflows Migrate to GitHub Actions. (#112) 2020-12-09 09:55:35 +01:00
.tx Some packaging fixes as usual 2016-09-20 12:32:59 +02:00
dbtemplates Migrate to GitHub Actions. (#112) 2020-12-09 09:55:35 +01:00
docs Migrate to GitHub Actions. (#112) 2020-12-09 09:55:35 +01: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 Migrate to GitHub Actions. (#112) 2020-12-09 09:55:35 +01: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 Build universal wheel files. 2019-01-27 22:08:06 +01:00
setup.py Migrate to GitHub Actions. (#112) 2020-12-09 09:55:35 +01:00
tox.ini Migrate to GitHub Actions. (#112) 2020-12-09 09:55:35 +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
   :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