diff options
author | jayparikh111 | 2012-11-02 15:19:09 +0530 |
---|---|---|
committer | jayparikh111 | 2012-11-02 15:19:09 +0530 |
commit | 3e8006b5a7ada3eeac429490a9a8dff24ca442bb (patch) | |
tree | 5a5d5123f58c6a822673bce4c62970138c006265 /testapp | |
parent | 934462800e5053df293c61ee55e23d9fd337b301 (diff) | |
download | online_test-3e8006b5a7ada3eeac429490a9a8dff24ca442bb.tar.gz online_test-3e8006b5a7ada3eeac429490a9a8dff24ca442bb.tar.bz2 online_test-3e8006b5a7ada3eeac429490a9a8dff24ca442bb.zip |
minor changes
Diffstat (limited to 'testapp')
-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', ) |