Skip to content

Commit

Permalink
Discard changes to config/settings/local.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Mar 25, 2024
1 parent b4ea44c commit 01dd94c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# django-silk
# ------------------------------------------------------------------------------
# https://github.com/jazzband/django-silk#requirements
# INSTALLED_APPS += ["silk"] # noqa F405
# MIDDLEWARE += ["silk.middleware.SilkyMiddleware"] # noqa F405
# # https://github.com/jazzband/django-silk#profiling
# SILKY_PYTHON_PROFILER = True
INSTALLED_APPS += ["silk"] # noqa F405
MIDDLEWARE += ["silk.middleware.SilkyMiddleware"] # noqa F405
# https://github.com/jazzband/django-silk#profiling
SILKY_PYTHON_PROFILER = True

# django-debug-toolbar
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 01dd94c

Please sign in to comment.