wagtail-longclaw/longclaw/longclawbasket/context_processors.py

5 wiersze
228 B
Python
Czysty Zwykły widok Historia

2017-02-03 10:04:57 +00:00
from django.conf import settings # import the settings file
def stripe_key(request):
# return the value you want as a dictionnary. you may add multiple values in there.
return {'STRIPE_KEY': settings.STRIPE_PUBLISHABLE}