mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Update callback plugin to use API, remove inventory/callback management commands.
This commit is contained in:
@@ -22,7 +22,7 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
if 'test' in sys.argv or 'ACOM_TEST_DATABASE_NAME' in os.environ:
|
||||
if 'test' in sys.argv:
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
||||
Reference in New Issue
Block a user