Make tests pass when running on cms
This commit is contained in:
committed by
Matthew Mongeau
parent
2aa6193a00
commit
d8d22ea57b
@@ -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',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user