remove deprecated mongo fact code and deps

* We have the requirements that users with Tower < 3.0.x must upgrade to
3.0.x before > 3.0.x. Thus, we are save to delete all mongo migration
code and deps.
This commit is contained in:
Chris Meyers
2016-11-09 16:25:27 -05:00
parent 766e4af38e
commit 5d205f1e1b
11 changed files with 1 additions and 345 deletions

View File

@@ -210,7 +210,6 @@ INSTALLED_APPS = (
'awx.main',
'awx.api',
'awx.ui',
'awx.fact',
'awx.sso',
'solo',
)