1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-06 07:33:02 +00:00
plateforme-tfjm2/tfjm/context_processors.py
Emmy D'Anello 872009894d
New index page for ETEAM
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
2024-06-07 14:25:51 +02:00

8 lines
120 B
Python

from django.conf import settings
def tfjm_context(request):
return {
'TFJM_APP': settings.TFJM_APP,
}