We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52756c2 commit c1fe936Copy full SHA for c1fe936
app/requirements.txt
@@ -47,11 +47,11 @@ pycodestyle==2.6.0
47
pycparser==2.20
48
Pygments==2.15.0
49
pylint==2.5.3
50
+pymemcache==4.0.0
51
pyOpenSSL==19.1.0
52
pysolr==3.9.0
53
python-coveralls==2.9.3
54
python-dateutil==2.8.1
-python-memcached==1.59
55
python3-openid==3.2.0
56
pytz==2020.1
57
PyYAML==6.0.2
app/settings.py
@@ -214,7 +214,7 @@
214
215
CACHES = {
216
'default': {
217
- 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
+ 'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
218
'LOCATION': '127.0.0.1:11211',
219
}
220
0 commit comments