import django def universal_context(req): return { "GENERATOR": "Django " + django.get_version(), }