From 5d7ab20a710e2374a3345b07ed62154456dbd2c8 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sat, 14 Apr 2012 06:28:44 +0530 Subject: model changes as per requirnment --- testapp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/settings.py') diff --git a/testapp/settings.py b/testapp/settings.py index 92a597b..39331ce 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -148,7 +148,7 @@ INSTALLED_APPS = ( 'taggit', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', - 'south', +# 'south', 'exam', 'taggit_autocomplete_modified', 'debug_toolbar', -- cgit