Skip to content

Commit 548cb52

Browse files
committed
back to previous session settings
1 parent 2de9c2c commit 548cb52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

firstproject/settings.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
'django_hosts'
4545
]
4646

47-
CACHES = {
48-
'default': {
49-
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
50-
'LOCATION': 'my_cache_table',
51-
}
52-
}
47+
# CACHES = {
48+
# 'default': {
49+
# 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
50+
# 'LOCATION': 'my_cache_table',
51+
# }
52+
# }
5353

5454
#SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
5555
#SESSION_ENGINE = "django.contrib.sessions.backends.file"

0 commit comments

Comments
 (0)