Skip to content

Commit

Permalink
Serve own bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
redfast00 committed Apr 5, 2019
1 parent 34aca21 commit b2c637b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
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()
Expand Down Expand Up @@ -44,4 +45,4 @@
)
app.logger.addHandler(
AirbrakeHandler(airbrake=airbrake)
)
)

0 comments on commit b2c637b

Please sign in to comment.