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

@@ -6,7 +6,7 @@ from datetime import datetime
from django.core.management.base import NoArgsCommand
from awx.main.models import * # noqa
from awx.fact.models.fact import * # noqa
from awx.main.socket import Socket
_MODULES = ['packages', 'services', 'files']