Skip to content

Commit

Permalink
fix: replace memcache in devstack settings (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Oct 19, 2023
1 parent 546187f commit 93bd52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_catalog/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': 'enterprise.catalog.memcached:11211',
}
}

0 comments on commit 93bd52a

Please sign in to comment.