diff --git a/templates/settings.py.j2 b/templates/settings.py.j2 index 5e45598..dcb7278 100644 --- a/templates/settings.py.j2 +++ b/templates/settings.py.j2 @@ -29,6 +29,7 @@ ALLOWED_HOSTS = [ '{{im_domain}}' ] +LOGIN_REDIRECT_URL = "/" # Application definition