From 4e16725ccf0651e3ce13f12d880081824ca229a2 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Fri, 6 Aug 2021 22:48:48 +0000 Subject: [PATCH] set login redirect url --- templates/settings.py.j2 | 1 + 1 file changed, 1 insertion(+) 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