mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:19:24 +02:00
Denormalized audio permission logic in a separate table to enhance performance
This commit is contained in:
parent
afbf7151c8
commit
4e7f1e63d2
17 changed files with 648 additions and 21 deletions
|
@ -41,6 +41,22 @@ DEBUG_TOOLBAR_CONFIG = {
|
|||
"SHOW_TOOLBAR_CALLBACK": lambda request: True,
|
||||
"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'
|
||||
# ]
|
||||
|
||||
# django-extensions
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue