From ac81e096a53eede623bbba7ca8df27a3a8f807a5 Mon Sep 17 00:00:00 2001 From: Luan Date: Sun, 10 Nov 2013 02:01:35 -0200 Subject: [PATCH] Fixing badger position on INSTALLED_APPS --- src/colab/custom_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 2080b48..3f304ec 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -108,7 +108,6 @@ INSTALLED_APPS = INSTALLED_APPS + ( 'conversejs', 'haystack', 'hitcounter', - 'badger', # Own apps 'super_archives', @@ -118,6 +117,7 @@ INSTALLED_APPS = INSTALLED_APPS + ( 'accounts', 'proxy', 'search', + 'badger', # Feedzilla and deps 'feedzilla', -- libgit2 0.21.2