File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ - Serve examples locally for faster and offline development.
45- Upgrade to Bootstrap Icons 1.11.3.
56
67
Original file line number Diff line number Diff line change 1414app .config ['SQLALCHEMY_TRACK_MODIFICATIONS' ] = False
1515app .config ['SQLALCHEMY_DATABASE_URI' ] = 'sqlite:///:memory:'
1616
17+ # serve locally for faster and offline development
18+ app .config ['BOOTSTRAP_SERVE_LOCAL' ] = True
19+
1720# set default button sytle and size, will be overwritten by macro parameters
1821app .config ['BOOTSTRAP_BTN_STYLE' ] = 'primary'
1922app .config ['BOOTSTRAP_BTN_SIZE' ] = 'sm'
Original file line number Diff line number Diff line change 1414app .config ['SQLALCHEMY_TRACK_MODIFICATIONS' ] = False
1515app .config ['SQLALCHEMY_DATABASE_URI' ] = 'sqlite:///:memory:'
1616
17+ # serve locally for faster and offline development
18+ app .config ['BOOTSTRAP_SERVE_LOCAL' ] = True
19+
1720# set default button sytle and size, will be overwritten by macro parameters
1821app .config ['BOOTSTRAP_BTN_STYLE' ] = 'primary'
1922app .config ['BOOTSTRAP_BTN_SIZE' ] = 'sm'
You can’t perform that action at this time.
0 commit comments