mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Add team attrs and cache banning SQL query
This commit is contained in:
5
serve.py
5
serve.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user