mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Merge pull request #618 from wwitzel3/devel
Silence models.E006 until rename the Project and InventorySource
This commit is contained in:
@@ -1124,3 +1124,7 @@ LOGGING = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
COLOR_LOGS = False
|
COLOR_LOGS = False
|
||||||
|
|
||||||
|
# https://github.com/django-polymorphic/django-polymorphic/issues/195
|
||||||
|
# FIXME: Disabling models.E006 warning until we can renamed Project and InventorySource
|
||||||
|
SILENCED_SYSTEM_CHECKS = ['models.E006']
|
||||||
|
|||||||
Reference in New Issue
Block a user