Gallery-Archivist/archivist/apps/context_processors.py

5 lines
89 B
Python
Raw Normal View History

2024-05-14 19:05:05 +00:00
from django.conf import settings
def debug(context):
return {'DEBUG': settings.DEBUG}