Skip to content

Commit

Permalink
Merge pull request #157 from readthedocs/add-django-extensions
Browse files Browse the repository at this point in the history
Add django-extensions so we can use `manage.py shell_plus`
  • Loading branch information
ericholscher committed Jul 3, 2020
2 parents 3a603b5 + e0bb978 commit ab51b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# https://django-debug-toolbar.readthedocs.io
# --------------------------------------------------------------------------
MIDDLEWARE += ["debug_toolbar.middleware.DebugToolbarMiddleware"]
INSTALLED_APPS += ["debug_toolbar"]
INSTALLED_APPS += ["debug_toolbar", "django_extensions"]
DEBUG_TOOLBAR_CONFIG = {
"DISABLE_PANELS": ["debug_toolbar.panels.redirects.RedirectsPanel"],
"SHOW_TEMPLATE_CONTEXT": True,
Expand Down

0 comments on commit ab51b56

Please sign in to comment.