Django template loader for database stored templates with extensible cache backend
Find a file
2012-05-07 23:47:15 +02:00
.tx Fixed Transifex configuration. 2011-07-06 21:19:21 +02:00
dbtemplates Switched to using nose and django-nose for easy test running. 2012-05-07 14:06:54 +02:00
docs Update docs/overview.txt 2012-01-09 13:12:19 +01:00
example Removed unneeded requirement from example project. 2011-07-06 21:07:03 +02:00
requirements Fixed typo. 2012-05-07 14:08:08 +02:00
.gitignore Switched to using nose and django-nose for easy test running. 2012-05-07 14:06:54 +02:00
.hgtags Added tag 0.7.1 for changeset 74c22fa8c4a6 2010-07-07 12:41:25 +02:00
.travis.yml Ignore long lines, stupid. 2012-05-07 14:12:07 +02:00
AUTHORS Updated AUTHORS file. 2012-05-07 23:47:15 +02:00
LICENSE Updated year. 2012-01-09 00:00:10 +01:00
MANIFEST.in Removed INSTALL file from manifest template. 2012-05-07 14:15:52 +02:00
README.rst Added link to Travic build. 2012-05-07 10:54:26 +02:00
setup.cfg Switched to using nose and django-nose for easy test running. 2012-05-07 14:06:54 +02:00
setup.py Removed dependency on versiontools. 2012-05-07 08:36:01 +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