From e44465d64cd60ac2666f4b37249d473ce484f723 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 24 Oct 2011 23:38:02 -0400 Subject: [PATCH] Working on Johnny --- snipt/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipt/settings.py b/snipt/settings.py index e441ed8..09fed51 100644 --- a/snipt/settings.py +++ b/snipt/settings.py @@ -211,7 +211,7 @@ ABSOLUTE_URL_OVERRIDES = { CACHES = { 'default': dict( BACKEND = 'johnny.backends.memcached.MemcachedCache', - LOCATION = [':11211'], + LOCATION = ['app1575260%40heroku.com@mc7.ec2.northscale.net:11211'], JOHNNY_CACHE = True, ) }