1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-29 14:21:04 +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 7bb0f78f34
commit e77cc558de
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 = [
{