remove statsd

This commit is contained in:
Chris Meyers
2016-05-10 11:56:04 -04:00
parent 5fd8ac7773
commit ae73be12f1
9 changed files with 0 additions and 84 deletions

View File

@@ -14,6 +14,3 @@ DEBUG = False
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = DEBUG
# Statistics Gathering
STATSD_CLIENT = 'django_statsd.clients.null'
STATSD_HOST = 'localhost'