mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 02:59:24 +02:00
Merge branch 'audio-denormalization' into 'master'
Audio denormalization / Performance enhancement in music API See merge request funkwhale/funkwhale!939
This commit is contained in:
commit
cceade4abb
21 changed files with 704 additions and 35 deletions
|
@ -41,6 +41,22 @@ DEBUG_TOOLBAR_CONFIG = {
|
|||
"SHOW_TOOLBAR_CALLBACK": lambda request: "debug" in request.GET,
|
||||
"JQUERY_URL": "/staticfiles/admin/js/vendor/jquery/jquery.js",
|
||||
}
|
||||
# DEBUG_TOOLBAR_PANELS = [
|
||||
# 'debug_toolbar.panels.versions.VersionsPanel',
|
||||
# 'debug_toolbar.panels.timer.TimerPanel',
|
||||
# 'debug_toolbar.panels.settings.SettingsPanel',
|
||||
# 'debug_toolbar.panels.headers.HeadersPanel',
|
||||
# 'debug_toolbar.panels.request.RequestPanel',
|
||||
# 'debug_toolbar.panels.sql.SQLPanel',
|
||||
# 'debug_toolbar.panels.staticfiles.StaticFilesPanel',
|
||||
# 'debug_toolbar.panels.templates.TemplatesPanel',
|
||||
# 'debug_toolbar.panels.cache.CachePanel',
|
||||
# 'debug_toolbar.panels.signals.SignalsPanel',
|
||||
# 'debug_toolbar.panels.logging.LoggingPanel',
|
||||
# 'debug_toolbar.panels.redirects.RedirectsPanel',
|
||||
# 'debug_toolbar.panels.profiling.ProfilingPanel',
|
||||
# 'debug_toolbar_line_profiler.panel.ProfilingPanel'
|
||||
# ]
|
||||
|
||||
DEBUG_TOOLBAR_PANELS = [
|
||||
# 'debug_toolbar.panels.versions.VersionsPanel',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue