from django.conf import settings def demo(request): return { "DEBUG": settings.DEBUG, }