From 746118d4aa8be1471d8496cdd7b3ce965142f1cd Mon Sep 17 00:00:00 2001 From: hernani Date: Wed, 26 May 2010 21:22:01 +0000 Subject: [PATCH] Temporary code comment comited by mistake. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@338 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- settings.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.py b/settings.py index ba549f1..a7c5893 100644 --- a/settings.py +++ b/settings.py @@ -79,11 +79,11 @@ if DEBUG: except: pass -#try: -# import south -# INSTALLED_APPS.append('south') -#except: -# pass +try: + import south + INSTALLED_APPS.append('south') +except: + pass if not DEBUG: try: -- 2.45.1