1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-06 10:53:02 +00:00
plateforme-tfjm2/tfjm/context_processors.py

8 lines
120 B
Python
Raw Normal View History

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