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