diff options
Diffstat (limited to 'testapp/settings.py')
-rw-r--r-- | testapp/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/settings.py b/testapp/settings.py index 2f5c359..a95706a 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -151,7 +151,7 @@ INSTALLED_APPS = ( # 'south', 'exam', 'taggit_autocomplete_modified', - #'debug_toolbar', + 'debug_toolbar', #'django_extensions', ) |