Django app that enables developers to create default templates for emails and Site Admins to easily override the templates via Admin Panel.
- Site Admins should know context for each template.
- Site Admins should be familiar with Django Template System.
- Added missing migration
- Check syntax errors in EmailTemplate's content (admin form)
- Added missing migrations
- Migrations dir fix
- Compatibility with Django 1.10
- Fixed template loader error - added default Engine
- Django 1.8.8 required