Add STRIPE_PUBLIC_KEY setting
This commit is contained in:
parent
7e9f2ea561
commit
08bf7cd320
1 changed files with 4 additions and 0 deletions
|
@ -172,3 +172,7 @@ USE_TZ = True
|
||||||
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Stripe
|
||||||
|
STRIPE_PUBLIC_KEY=""
|
||||||
|
|
Loading…
Reference in a new issue