Add team attrs and cache banning SQL query

This commit is contained in:
Kevin Chung
2020-04-29 20:33:51 -04:00
parent 0d8b0ee966
commit 3f3109f589
5 changed files with 54 additions and 9 deletions

View File

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