debian: fix cache settings

This commit is contained in:
Frédéric Péters 2016-05-30 19:05:08 +02:00
parent 1a6278df0e
commit 394d0557cb
1 changed files with 1 additions and 1 deletions

2
debian/settings.py vendored
View File

@ -56,7 +56,7 @@ TIME_ZONE = 'Europe/Paris'
CACHES = {
'default': {
'_BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
}
}