diff options
author | hardythe1 | 2012-03-22 16:56:22 +0530 |
---|---|---|
committer | hardythe1 | 2012-03-22 16:56:22 +0530 |
commit | b1ba290f249d84989cb3cc38d018482794582a46 (patch) | |
tree | a0503ec456315e035c515b7dfb881e714a1d4599 /testapp/settings.py | |
parent | 4884af693bfb0b9bb70ed6b3d8489267a86d90f9 (diff) | |
download | online_test-b1ba290f249d84989cb3cc38d018482794582a46.tar.gz online_test-b1ba290f249d84989cb3cc38d018482794582a46.tar.bz2 online_test-b1ba290f249d84989cb3cc38d018482794582a46.zip |
Autocomplete tagging functionality
Diffstat (limited to 'testapp/settings.py')
-rw-r--r-- | testapp/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/settings.py b/testapp/settings.py index fd22639..6edf08c 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -148,6 +148,7 @@ INSTALLED_APPS = ( # 'django.contrib.admindocs', 'south', 'exam', + 'taggit_autocomplete_modified', ) # A sample logging configuration. The only tangible logging |