Rather than storing templates as files, move them into the database:
Advantages
- Easier duplication of templates
- Bypass any caching issues fetching template files from proxy server (currently hacks in place)
- Easier permission controls
References
https://django-dbtemplates.readthedocs.io/en/latest/index.html
Breaking
This would be a major overhaul of the template system, so targeting the 2.0.0 release
Rather than storing templates as files, move them into the database:
Advantages
References
https://django-dbtemplates.readthedocs.io/en/latest/index.html
Breaking
This would be a major overhaul of the template system, so targeting the 2.0.0 release