Introduce Email Templates model
Introduced to make editing of templates possible using the admin interface. There are currently two types of templates, and there can only be one instance of each type so that the system knows which template to use in which situation. Resolves: GREG-73
parent
e7b064a1
No related branches found
No related tags found
Showing
- gregui/admin.py 7 additions, 1 deletiongregui/admin.py
- gregui/mailutils.py 51 additions, 28 deletionsgregui/mailutils.py
- gregui/migrations/0002_emailtemplate.py 48 additions, 0 deletionsgregui/migrations/0002_emailtemplate.py
- gregui/models.py 32 additions, 0 deletionsgregui/models.py
- gregui/tests/conftest.py 31 additions, 1 deletiongregui/tests/conftest.py
- gregui/tests/test_mailutils.py 22 additions, 12 deletionsgregui/tests/test_mailutils.py
gregui/migrations/0002_emailtemplate.py
0 → 100644
Please register or sign in to comment