Skip to content

Commit

Permalink
removing extentions; removing debugtoolbar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
David Slusser committed Sep 22, 2024
1 parent bac3ed7 commit ef55f34
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/spokanetech/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"django.contrib.messages",
"django.contrib.staticfiles",
"storages",
"django_extensions",
"django_celery_results",
"django_celery_beat",
"django_filters",
Expand Down Expand Up @@ -285,26 +284,6 @@
}


# Django Debug Toolbar
# DEBUG_TOOLBAR_CONFIG = {
# "DISABLE_PANELS": {
# "debug_toolbar.panels.cache.CachePanel",
# "debug_toolbar.panels.headers.HeadersPanel",
# "debug_toolbar.panels.history.HistoryPanel",
# "debug_toolbar.panels.profiling.ProfilingPanel",
# "debug_toolbar.panels.redirects.RedirectsPanel",
# "debug_toolbar.panels.request.RequestPanel",
# "debug_toolbar.panels.settings.SettingsPanel",
# "debug_toolbar.panels.signals.SignalsPanel",
# "debug_toolbar.panels.sql.SQLPanel",
# "debug_toolbar.panels.staticfiles.StaticFilesPanel",
# "debug_toolbar.panels.templates.TemplatesPanel",
# "debug_toolbar.panels.timer.TimerPanel",
# "debug_toolbar.panels.versions.VersionsPanel",
# }
# }


# Crispy Forms
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"

Expand Down

0 comments on commit ef55f34

Please sign in to comment.