Merge tag 'v22.0.1' into develop
fix
This commit is contained in:
@@ -404,7 +404,7 @@ ADMINS = [('Sander', 'roosendaalsander@gmail.com'),]
|
|||||||
|
|
||||||
CACHES = {
|
CACHES = {
|
||||||
'default': {
|
'default': {
|
||||||
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
|
||||||
'LOCATION': 'localhost:11211',
|
'LOCATION': 'localhost:11211',
|
||||||
'TIMEOUT': 900,
|
'TIMEOUT': 900,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user