Browse Source

Bootstrap is served locally.

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

2
config.py

@ -17,3 +17,5 @@ class Config(object): @@ -17,3 +17,5 @@ class Config(object):
MAIL_USERNAME = os.environ.get('MAIL_USERNAME')
MAIL_PASSWORD = os.environ.get('MAIL_PASSWORD')
ADMINS = ['your-email@example.com']
BOOTSTRAP_SERVE_LOCAL = True

Loading…
Cancel
Save