Add STRIPE_PUBLIC_KEY setting

This commit is contained in:
fnux 2020-03-05 10:28:03 +01:00
parent 0e62ccff3b
commit 5161a74354
1 changed files with 4 additions and 0 deletions

View File

@ -172,3 +172,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_URL = '/static/'
################################################################################
# Stripe
STRIPE_PUBLIC_KEY=""