File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ Screenshot of the debugger in action:
115
115
116
116
.. admonition :: Working With Other Debuggers
117
117
118
- Some third-party debuggers, e.g. PyDev and IntelliJ, are interrupted when
119
- `` app `` reloads. To use these debuggers, set ``app.debug = False ``.
118
+ Debuggers interfere with each other. If you are using another debugger
119
+ (e.g. PyDev or IntelliJ), you may need to set ``app.debug = False ``.
120
120
121
121
122
122
Routing
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ def from_object(self, obj):
141
141
142
142
Objects are usually either modules or classes.
143
143
144
- Just the uppercase variables in that object are stored in the config
145
- after lowercasing. Example usage::
144
+ Just the uppercase variables in that object are stored in the config.
145
+ Example usage::
146
146
147
147
app.config.from_object('yourapplication.default_config')
148
148
from yourapplication import default_config
You can’t perform that action at this time.
0 commit comments