Skip to content

Commit c1fe936

Browse files
committed
Change MemcachedCache to PyMemcacheCache
1 parent 52756c2 commit c1fe936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ pycodestyle==2.6.0
4747
pycparser==2.20
4848
Pygments==2.15.0
4949
pylint==2.5.3
50+
pymemcache==4.0.0
5051
pyOpenSSL==19.1.0
5152
pysolr==3.9.0
5253
python-coveralls==2.9.3
5354
python-dateutil==2.8.1
54-
python-memcached==1.59
5555
python3-openid==3.2.0
5656
pytz==2020.1
5757
PyYAML==6.0.2

app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214

215215
CACHES = {
216216
'default': {
217-
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
217+
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
218218
'LOCATION': '127.0.0.1:11211',
219219
}
220220
}

0 commit comments

Comments
 (0)