mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-06 07:33:02 +00:00
872009894d
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
8 lines
120 B
Python
8 lines
120 B
Python
from django.conf import settings
|
|
|
|
|
|
def tfjm_context(request):
|
|
return {
|
|
'TFJM_APP': settings.TFJM_APP,
|
|
}
|