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 108 'conversejs',
109 109 'haystack',
110 110 'hitcounter',
111   - 'badger',
112 111  
113 112 # Own apps
114 113 'super_archives',
... ... @@ -118,6 +117,7 @@ INSTALLED_APPS = INSTALLED_APPS + (
118 117 'accounts',
119 118 'proxy',
120 119 'search',
  120 + 'badger',
121 121  
122 122 # Feedzilla and deps
123 123 'feedzilla',
... ...