Django template loader for database stored templates with extensible cache backend
Find a file
2013-01-31 12:10:49 +02:00
.tx Fixed Transifex configuration. 2011-07-06 21:19:21 +02:00
dbtemplates Use __isnull for querying a non-site specific template. Refs #33. 2013-01-31 12:10:49 +02:00
docs UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
example Removed unneeded requirement from example project. 2011-07-06 21:07:03 +02:00
requirements UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
.gitignore UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
.travis.yml UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
AUTHORS UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
LICENSE UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
MANIFEST.in UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
README.rst UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
setup.cfg UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
setup.py we need s3sourceuploader only to deploy, not to run 2013-01-22 16:08:05 +02:00

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

.. image:: https://secure.travis-ci.org/jezdez/django-dbtemplates.png?branch=develop
    :alt: Build Status
    :target: http://travis-ci.org/jezdez/django-dbtemplates

``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 http://django-dbtemplates.readthedocs.org/ for more details.

The source code and issue tracker can be found on Github:

https://github.com/jezdez/django-dbtemplates

.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types