mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-26 10:45:16 +00:00
6 lines
97 B
Python
Executable File
6 lines
97 B
Python
Executable File
from django.conf import settings
|
|
|
|
|
|
def debug(context):
|
|
return {'DEBUG': settings.DEBUG}
|