fix linting (#14302)

This commit is contained in:
Seth Foster
2023-07-31 20:37:37 -04:00
committed by GitHub
parent 445d892050
commit 131dd088cd
3 changed files with 4 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ SHELL_PLUS_PRINT_SQL = False
# show colored logs in the dev environment
# to disable this, set `COLOR_LOGS = False` in awx/settings/local_settings.py
LOGGING['handlers']['console']['()'] = 'awx.main.utils.handlers.ColorHandler' # noqa
COLOR_LOGS = True
LOGGING['handlers']['console']['()'] = 'awx.main.utils.handlers.ColorHandler' # noqa
ALLOWED_HOSTS = ['*']