We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998b542 commit 7ca0483Copy full SHA for 7ca0483
djangoproject/settings/docker.py
@@ -1,4 +1,5 @@
1
from .common import * # noqa
2
+from .dev import CACHES # noqa
3
4
DATABASES = {
5
"default": {
@@ -24,17 +25,6 @@
24
25
DEBUG = True
26
THUMBNAIL_DEBUG = DEBUG
27
-CACHES = {
28
- "default": {
29
- "BACKEND": "django.core.cache.backends.locmem.LocMemCache",
30
- "LOCATION": "trololololol",
31
- },
32
- "docs-pages": {
33
34
- "LOCATION": "docs-pages",
35
36
-}
37
-
38
CSRF_COOKIE_SECURE = False
39
40
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
0 commit comments