Add STRIPE_PUBLIC_KEY setting
This commit is contained in:
parent
0e62ccff3b
commit
5161a74354
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/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
################################################################################
|
||||
# Stripe
|
||||
STRIPE_PUBLIC_KEY=""
|
||||
|
|
Loading…
Reference in a new issue