diff options
author | jayparikh111 | 2012-11-02 15:17:27 +0530 |
---|---|---|
committer | jayparikh111 | 2012-11-02 15:17:27 +0530 |
commit | 934462800e5053df293c61ee55e23d9fd337b301 (patch) | |
tree | 26cab020b1fcf779312dc6969975db9711b16d41 /testapp/settings.py | |
parent | 982bb9d0fbccb3f591f227093bdbc87412c732a7 (diff) | |
download | online_test-934462800e5053df293c61ee55e23d9fd337b301.tar.gz online_test-934462800e5053df293c61ee55e23d9fd337b301.tar.bz2 online_test-934462800e5053df293c61ee55e23d9fd337b301.zip |
minor changes
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 a95706a..2f5c359 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', ) |