From c771177666f671d2039204dfd15e896759001795 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 22 May 2012 23:24:03 -0400 Subject: [PATCH] Fix tab indentation --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 206f22c1c4..b1f4ba0929 100644 --- a/settings.py +++ b/settings.py @@ -131,7 +131,7 @@ INSTALLED_APPS = ( # 3rd party # South 'south', - 'haystack', + 'haystack', # Others 'filetransfers', 'taggit',