healthchecks/hc/payments/context_processors.py
2015-11-16 21:29:33 +02:00

6 lines
109 B
Python

from django.conf import settings
def payments(request):
return {'USE_PAYMENTS': settings.USE_PAYMENTS}