1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 12:28:49 +02:00

Add specific login and logout pages for chat

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-28 11:57:25 +02:00
parent 14878fce86
commit 9c118c7142
8 changed files with 116 additions and 58 deletions

View File

@ -102,6 +102,7 @@ MIDDLEWARE = [
ROOT_URLCONF = 'tfjm.urls'
LOGIN_REDIRECT_URL = "index"
LOGOUT_REDIRECT_URL = "login"
TEMPLATES = [
{