mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-03-15 22:37:31 +00:00
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,
|
|
}
|