healthchecks/hc/payments/context_processors.py
2019-05-15 14:27:50 +03:00

6 lines
109 B
Python

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