Skip to content

Commit

Permalink
disable cache lookup during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Rosenberg authored and Jake Rosenberg committed Oct 6, 2023
1 parent 01261c3 commit de883b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions designsafe/settings/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@

LOGIN_REDIRECT_URL = os.environ.get('LOGIN_REDIRECT_URL', '/account/')

CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
'LOCATION': 'memcached:11211',
},
}
#CACHES = {
# 'default': {
# 'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
# 'LOCATION': 'memcached:11211',
# },
#}

MIDDLEWARE = (
'django.contrib.sessions.middleware.SessionMiddleware',
Expand Down

0 comments on commit de883b6

Please sign in to comment.