diora-web/diora/context_processors.py

6 lines
123 B
Python
Raw Permalink Normal View History

from django.conf import settings
def build_info(request):
return {'BUILD_TIME': getattr(settings, 'BUILD_TIME', '')}