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