Working on Johnny

master
Nick Sergeant 2011-10-24 23:38:02 -04:00
parent eb4d044fc5
commit e44465d64c
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)
}