updated comments in settings.py

This commit is contained in:
David Kennedy 2024-03-07 08:51:43 -05:00
parent b33d71ee54
commit 83800b6a65
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -188,10 +188,6 @@ WSGI_APPLICATION = "registrar.config.wsgi.application"
# https://docs.djangoproject.com/en/4.0/howto/static-files/
# Caching is disabled by default.
# For a low to medium traffic site, caching causes more
# problems than it solves. Should caching be desired,
# a reasonable start might be:
CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.db.DatabaseCache",