Files
dss/spa/context_processors.py
2013-04-22 15:06:12 +01:00

6 lines
97 B
Python

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