X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/12eddaa1ac5d62be5645a1edc46c78311b734dfe..3e82fe190f3d1fbfb7300a98ff1a3a0497d9e237:/redakcja/settings/common.py diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py index 4565fe4b..c9a4616f 100644 --- a/redakcja/settings/common.py +++ b/redakcja/settings/common.py @@ -124,6 +124,7 @@ INSTALLED_APPS = ( 'toolbar', 'apiclient', 'email_mangler', + 'build' ) LOGIN_REDIRECT_URL = '/documents/user'