Files
dss/spa/context_processors.py
2013-07-02 21:24:13 +01:00

6 lines
97 B
Python
Executable File

from django.conf import settings
def debug(context):
return {'DEBUG': settings.DEBUG}