wagtail-longclaw/longclaw/basket/context_processors.py

5 wiersze
228 B
Python

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}