documentation et petits correctifs pour une installation locale #122

Closed
ctactic wants to merge 10 commits from ctactic:fix-localinstall into develop-1.0
Showing only changes of commit d59f3402cd - Show all commits

View File

@ -40,3 +40,9 @@ LOGGING = {
}, },
}, },
} }
CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
}
}
Review

Cache is disabled on dev

Cache is disabled on dev