diff options
Diffstat (limited to 'tests/settings.py')
| -rw-r--r-- | tests/settings.py | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/tests/settings.py b/tests/settings.py index a41b5a7..4805cee 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -52,3 +52,11 @@ DATABASES = {          'ENGINE': 'django.db.backends.sqlite3',      }  } + + +# Debug Toolbar configuration + +DEBUG_TOOLBAR_CONFIG = { +    # Django's test client sets wsgi.multiprocess to True inappropriately +    'RENDER_PANELS': False, +} | 
