forked from GithubBackups/healthchecks
6 lines
109 B
Python
6 lines
109 B
Python
from django.conf import settings
|
|
|
|
|
|
def payments(request):
|
|
return {"show_pricing": settings.USE_PAYMENTS}
|