django-dbtemplates/README.rst

31 lines
1.1 KiB
ReStructuredText
Raw Permalink Normal View History

django-dbtemplates
==================
2015-12-17 09:44:42 +00:00
.. image:: https://jazzband.co/static/img/badge.svg
:alt: Jazzband
:target: https://jazzband.co/
2012-05-07 06:35:36 +00:00
2022-08-09 15:34:29 +00:00
.. image:: https://github.com/jazzband/django-dbtemplates/workflows/Test/badge.svg
:target: https://github.com/jazzband/django-dbtemplates/actions
2016-09-20 08:31:26 +00:00
.. 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.
2009-05-20 12:23:59 +00:00
The source code and issue tracker can be found on Github:
2015-12-17 09:44:42 +00:00
https://github.com/jazzband/django-dbtemplates
.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types