Skip to content

Commit

Permalink
Fix sample local setting to remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
cuom1999 committed Dec 30, 2024
1 parent 7642105 commit 9833fd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dmoj/sample_local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
CACHES = {
"default": {
"BACKEND": "judge.cache_handler.CacheHandler",
"LOCATION": "127.0.0.1:11211",
},
"l0": {
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
Expand Down

0 comments on commit 9833fd0

Please sign in to comment.