Remove django_statsd cache middleware as we do it ourselves now

(imported from commit 21105e8b206a2db501299e242e897f8987dfb811)
This commit is contained in:
Leo Franchi
2013-05-13 13:12:41 -04:00
parent 32dcc75b08
commit 72a7780c57

View File

@@ -194,10 +194,6 @@ if USING_STATSD:
STATSD_PORT = 8125
STATSD_CLIENT = 'django_statsd.clients.normal'
STATSD_PATCHES = [
'django_statsd.patches.cache',
]
if STAGING_DEPLOYED:
STATSD_PREFIX = 'staging'
elif DEPLOYED: