Files
dss/spa/context_processors.py
2013-06-20 11:13:35 +01:00

6 lines
97 B
Python

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