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:
Matthew Jones
2016-01-29 13:59:37 -05:00
parent 16a0d8b45d
commit c7fd21ae52
3 changed files with 14 additions and 11 deletions

View File

@@ -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'