mirror of
https://github.com/ansible/awx.git
synced 2026-06-26 17:08:03 -02:30
moved new fact implementation to fact app
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user