Commit 4eff79a26d8c039cf069749088a78d2b09f1b71e

Authored by Luan
1 parent 9e9fe225

Removing deprecated app from project

src/colab/custom_settings.py
... ... @@ -80,7 +80,6 @@ INSTALLED_APPS = INSTALLED_APPS + (
80 80 'super_archives',
81 81 'api',
82 82 'rss',
83   - 'colab.deprecated',
84 83 'planet',
85 84 'accounts',
86 85 'proxy',
... ...
src/colab/deprecated/__init__.py