Add djmail to installed apps.
parent
b3f4ebb6af
commit
fdd23c4de3
|
@ -215,6 +215,7 @@ INSTALLED_APPS = [
|
||||||
'haystack',
|
'haystack',
|
||||||
'reversion',
|
'reversion',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
|
'djmail'
|
||||||
]
|
]
|
||||||
|
|
||||||
WSGI_APPLICATION = 'greenmine.wsgi.application'
|
WSGI_APPLICATION = 'greenmine.wsgi.application'
|
||||||
|
|
Loading…
Reference in New Issue