Updated package requirements

This commit is contained in:
Jeremy Stretch
2017-10-11 15:11:51 -04:00
parent 5dcc3b2725
commit 7f2644a495
2 changed files with 6 additions and 17 deletions

View File

@@ -232,14 +232,6 @@ REST_FRAMEWORK = {
}
# Django debug toolbar
# Disable the templates panel by default due to a performance issue in Django 1.11; see
# https://github.com/jazzband/django-debug-toolbar/issues/910
DEBUG_TOOLBAR_CONFIG = {
'DISABLE_PANELS': [
'debug_toolbar.panels.redirects.RedirectsPanel',
'debug_toolbar.panels.templates.TemplatesPanel',
],
}
INTERNAL_IPS = (
'127.0.0.1',
'::1',