Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 833 Bytes

README.rst

File metadata and controls

23 lines (15 loc) · 833 Bytes

django-dbtemplates

Build Status

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