Disable statsd on local server

(imported from commit cac2c95c2de18b613a0900fe1c04fd97963b9350)
This commit is contained in:
Leo Franchi
2013-10-25 16:37:29 -04:00
parent c12a97577e
commit 8e21d70afe

View File

@@ -187,7 +187,7 @@ INSTALLED_APPS = (
)
LOCAL_STATSD = (False)
USING_STATSD = (DEPLOYED and not TESTING_DEPLOYED) or LOCAL_STATSD
USING_STATSD = (DEPLOYED and not TESTING_DEPLOYED and not LOCALSERVER) or LOCAL_STATSD
# These must be named STATSD_PREFIX for the statsd module
# to pick them up