Requirements and base settings for stripe

tools
Anthony Johnson 2015-02-07 18:53:43 -08:00
parent 4b8a7f2f18
commit 585732cb3f
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ django-secure==0.1.2
mimeparse==0.1.3
mock==1.0.1
simplejson==2.3.0
stripe==1.20.2
# Docs
sphinx-http-domain==0.2

View File

@ -267,6 +267,9 @@ if LOG_DEBUG:
GUARDIAN_RAISE_403 = True
ANONYMOUS_USER_ID = -1
# Stripe
STRIPE_SECRET = None
# RTD Settings
REPO_LOCK_SECONDS = 30
ALLOW_PRIVATE_REPOS = False