Switch to get_user_attrs strategy

This commit is contained in:
Kevin Chung
2020-04-29 20:19:05 -04:00
parent 805b48d00d
commit 674c08c19a
6 changed files with 56 additions and 14 deletions

View File

@@ -18,6 +18,10 @@ if args.profile:
"enabled": app.config["DEBUG"],
"storage": {"engine": "sqlite"},
"basicAuth": {"enabled": False},
"ignore": [
"^/themes/.*",
"^/events",
]
}
flask_profiler.init_app(app)
app.config["DEBUG_TB_PROFILER_ENABLED"] = True