File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- - Fixed typo in Bootstrap in code and CHANGES.rst.
54- Upgrade to Bootstrap Icons 1.11.3.
65
7-
862.4.1
97-----
108
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