1 from django.conf import settings
2
3 def ldt(request):
4 return {'LDT_MEDIA_PREFIX': settings.LDT_MEDIA_PREFIX }