forked form https://github.com/jazzband/django-dbtemplates
dbtemplates
is a Django app that consists of two parts:
- It allows you to store templates in your database
- 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.