mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 23:02:55 +08:00
set DEBUG_TB_INTERCEPT_REDIRECTS=True in local
This commit is contained in:
parent
2f2f8bef46
commit
5e2fc603cd
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ if __name__ == "__main__":
|
|||
app.debug = True
|
||||
|
||||
app.config["DEBUG_TB_PROFILER_ENABLED"] = True
|
||||
app.config["DEBUG_TB_INTERCEPT_REDIRECTS"] = False
|
||||
|
||||
toolbar = DebugToolbarExtension(app)
|
||||
|
||||
|
|
Loading…
Reference in a new issue