mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
from django.conf import settings
|
|
|
|
|
|
def debug(context):
|
|
return {'DEBUG': settings.DEBUG}
|