Seafile server 7.1.3 is ready!

It is caused by that you use an old memcache configuration that depends on python-memcache. The new way is

'BACKEND': 'django_pylibmc.memcached.PyLibMCCache',

The old way is

'BACKEND': ‘'django.core.cache.backends.memcached.MemcachedCache',
2 Likes