mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-22 16:21:18 +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,
|
|
}
|