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.
Please see https://django-dbtemplates.readthedocs.io/ for more details.
The source code and issue tracker can be found on Github: