Commit ac81e096a53eede623bbba7ca8df27a3a8f807a5

Authored by Luan
1 parent f8d2e923

Fixing badger position on INSTALLED_APPS

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/custom_settings.py
@@ -108,7 +108,6 @@ INSTALLED_APPS = INSTALLED_APPS + ( @@ -108,7 +108,6 @@ INSTALLED_APPS = INSTALLED_APPS + (
108 'conversejs', 108 'conversejs',
109 'haystack', 109 'haystack',
110 'hitcounter', 110 'hitcounter',
111 - 'badger',  
112 111
113 # Own apps 112 # Own apps
114 'super_archives', 113 'super_archives',
@@ -118,6 +117,7 @@ INSTALLED_APPS = INSTALLED_APPS + ( @@ -118,6 +117,7 @@ INSTALLED_APPS = INSTALLED_APPS + (
118 'accounts', 117 'accounts',
119 'proxy', 118 'proxy',
120 'search', 119 'search',
  120 + 'badger',
121 121
122 # Feedzilla and deps 122 # Feedzilla and deps
123 'feedzilla', 123 'feedzilla',