diff --git a/app/app.py b/app/app.py index 4765a7c..bbeb0af 100644 --- a/app/app.py +++ b/app/app.py @@ -11,6 +11,7 @@ from airbrake import Airbrake, AirbrakeHandler app = Flask(__name__) app.config.from_object('config.Configuration') Bootstrap(app) +app.config['BOOTSTRAP_SERVE_LOCAL'] = True # use our own bootstrap theme app.extensions['bootstrap']['cdns']['bootstrap'] = StaticCDN() @@ -44,4 +45,4 @@ if not app.debug: ) app.logger.addHandler( AirbrakeHandler(airbrake=airbrake) - ) \ No newline at end of file + )