1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 01:00:32 +02:00

New index page for ETEAM

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-06-07 13:51:24 +02:00
parent fd7fe90fce
commit 872009894d
9 changed files with 231 additions and 77 deletions

View File

@ -0,0 +1,7 @@
from django.conf import settings
def tfjm_context(request):
return {
'TFJM_APP': settings.TFJM_APP,
}