mint-o-badges / badgr-server

Open Badge issuing and management with Django
GNU Affero General Public License v3.0
3 stars 1 forks source link

fix: remove python-memcached dependency #175

Closed timber-they closed 3 months ago

timber-they commented 3 months ago

We changed our cache backend from python-memcached to pymemcache. I then wasn't aware that it also needed to be changed in the settings and added the other dependency again. So with this commit I'm removing the dependency (again). This also seems to solve the original issue, that re-creating a user does not work.

If the project doesn't compile for you anymore, remember to change the settings accordingly (similar to the example settings' CACHE section).