Skip to content

Commit

Permalink
build: migrate devstack cache backend
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 4, 2023
1 parent 225e3a7 commit 1a296f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
"BACKEND": "django.core.cache.backends.memcached.PyMemcacheCache",
"LOCATION": os.environ.get("CACHE_LOCATION", "edx.devstack.memcached:11211"),
}
}
Expand Down

0 comments on commit 1a296f1

Please sign in to comment.