mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Silence models.E006 until we can rename the Project and InventorySource models
This commit is contained in:
parent
faa5a5e024
commit
77fd7ea4a8
@ -1124,3 +1124,7 @@ LOGGING = {
|
||||
}
|
||||
}
|
||||
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']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user