diff options
Diffstat (limited to 'testapp/settings.py')
-rw-r--r-- | testapp/settings.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testapp/settings.py b/testapp/settings.py index 10d0919..0002476 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -148,11 +148,9 @@ INSTALLED_APPS = ( 'taggit', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', -# 'south', 'exam', 'taggit_autocomplete_modified', - 'debug_toolbar', - #'django_extensions', + 'debug_toolbar', ) # A sample logging configuration. The only tangible logging |