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

@@ -32,7 +32,7 @@ AWX_PROOT_ENABLED = True
try:
import django_jenkins
INSTALLED_APPS += ('django_jenkins',)
PROJECT_APPS = ('awx.main.tests', 'awx.api.tests',)
PROJECT_APPS = ('awx.main.tests', 'awx.api.tests', 'awx.fact.tests',)
except ImportError:
pass