mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-02 06:06:17 +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}
|