X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8d426d983babe3d2683ed62b6675073d21bd5d94..b0af42626632f8750ac9e88338be7e196bd4f91d:/redakcja/settings/common.py?ds=sidebyside diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py index ae43f3e2..1e16bb1e 100644 --- a/redakcja/settings/common.py +++ b/redakcja/settings/common.py @@ -122,6 +122,7 @@ INSTALLED_APPS = ( 'wiki', 'toolbar', 'apiclient', + 'email_mangler', ) LOGIN_REDIRECT_URL = '/documents/user'