Server starts...

Various things are broken, but it runs!
This commit is contained in:
2020-02-08 14:07:33 +00:00
parent fc938c897c
commit c3934e09bd
8 changed files with 72 additions and 55 deletions

View File

@@ -44,9 +44,10 @@ if not DEBUG:
INTERNAL_IPS = ['127.0.0.1']
ADMINS = (
# TODO This will conflict with merging the auth refactor
ADMINS = [
('Tom Price', 'tomtom5152@gmail.com')
)
]
# Application definition
@@ -168,6 +169,8 @@ RECAPTCHA_PUBLIC_KEY = os.environ.get('RECAPTCHA_PUBLIC_KEY', "6LeIxAcTAAAAAJcZV
RECAPTCHA_PRIVATE_KEY = os.environ.get('RECAPTCHA_PRIVATE_KEY', "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe") # If not set, use development key
NOCAPTCHA = True
SILENCED_SYSTEM_CHECKS = ['captcha.recaptcha_test_key_error']
# Email
EMAILER_TEST = False
if not DEBUG or EMAILER_TEST: