Make tests pass when running on cms

This commit is contained in:
Calen Pennington
2012-06-18 13:21:06 -04:00
committed by Matthew Mongeau
parent 2aa6193a00
commit d8d22ea57b
26 changed files with 57 additions and 64 deletions

View File

@@ -44,7 +44,7 @@ CACHES = {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
'KEY_PREFIX': 'general',
'VERSION': 4,
'KEY_FUNCTION': 'util.cache.memcache_safe_key',
'KEY_FUNCTION': 'util.memcache.safe_key',
}
}