Add djmail to installed apps.

remotes/origin/enhancement/email-actions
Andrey Antukh 2013-07-22 20:15:44 +02:00
parent b3f4ebb6af
commit fdd23c4de3
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ INSTALLED_APPS = [
'haystack',
'reversion',
'rest_framework',
'djmail'
]
WSGI_APPLICATION = 'greenmine.wsgi.application'