Skip to content

Commit

Permalink
[#939] Remove ddt_api_calls from dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Feb 14, 2024
1 parent deb5aa8 commit 3a6ac26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ bandit

# Debug tooling
django-debug-toolbar
ddt-api-calls
django-extensions

# Documentation
Expand Down
3 changes: 1 addition & 2 deletions src/open_inwoner/conf/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
ES_INDEX_PRODUCTS = "products_test"

# Django debug toolbar
INSTALLED_APPS += ["ddt_api_calls", "django_extensions"]
INSTALLED_APPS += ["django_extensions"]
# MIDDLEWARE += [
# "debug_toolbar.middleware.DebugToolbarMiddleware",
# ]
Expand All @@ -120,7 +120,6 @@
"debug_toolbar.panels.logging.LoggingPanel",
"debug_toolbar.panels.redirects.RedirectsPanel",
"debug_toolbar.panels.profiling.ProfilingPanel",
"ddt_api_calls.panels.APICallsPanel",
]

# THOU SHALT NOT USE NAIVE DATETIMES
Expand Down

0 comments on commit 3a6ac26

Please sign in to comment.