kopia lustrzana https://github.com/longclawshop/longclaw
5 wiersze
228 B
Python
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}
|