Browse Source

Bootstrap is served locally.

feature_tests
Rogier Neeleman 4 years ago
parent
commit
2ff0517a79
  1. 4
      config.py

4
config.py

@ -16,4 +16,6 @@ class Config(object): @@ -16,4 +16,6 @@ class Config(object):
MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS') is not None
MAIL_USERNAME = os.environ.get('MAIL_USERNAME')
MAIL_PASSWORD = os.environ.get('MAIL_PASSWORD')
ADMINS = ['your-email@example.com']
ADMINS = ['your-email@example.com']
BOOTSTRAP_SERVE_LOCAL = True

Loading…
Cancel
Save