JourneyJoker/frontend/context_processors.py

6 lines
No EOL
104 B
Python

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