moved new fact implementation to fact app

This commit is contained in:
Chris Meyers
2015-04-06 12:29:11 -04:00
parent 85c753afea
commit 2a039bb31f
17 changed files with 51 additions and 24 deletions

View File

@@ -155,6 +155,7 @@ INSTALLED_APPS = (
'awx.main',
'awx.api',
'awx.ui',
'awx.fact',
)
INTERNAL_IPS = ('127.0.0.1',)