mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 19:49:22 -02:30
Fix up flake8 and unit test failures
* Make sure we default to localhost to not fail at the GAI check * Cleanup some flake8 issues in the metrics module
This commit is contained in:
@@ -13,4 +13,7 @@ from development import * # NOQA
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
SQL_DEBUG = DEBUG
|
||||
|
||||
# Statistics Gathering
|
||||
STATSD_CLIENT = 'django_statsd.clients.null'
|
||||
STATSD_HOST = 'localhost'
|
||||
|
||||
Reference in New Issue
Block a user