Skip to content
Snippets Groups Projects
Verified Commit e63d76d8 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Switch to pymemcache

parent 2b99199c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ DATABASES = {
## Define cache settings
CACHES = {
'default': {
'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND' : 'django.core.cache.backends.memcached.PyMemcacheCache'
'LOCATION': 'unix:/run/memcached/archweb.sock',
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment