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