Fixed #32180 -- Added system check for file system caches absolute location.

This commit is contained in:
Carles Pina i Estany 2020-11-08 14:57:51 +00:00 committed by Mariusz Felisiak
parent c0fc5ba380
commit 721c95ba0b
3 changed files with 45 additions and 0 deletions

View file

@ -142,6 +142,8 @@ configured:
lead to corruption of your data because its
:setting:`LOCATION <CACHES-LOCATION>` matches/is inside/contains
:setting:`MEDIA_ROOT`/:setting:`STATIC_ROOT`/:setting:`STATICFILES_DIRS`.
* **caches.W003**: Your ``<cache>`` cache :setting:`LOCATION <CACHES-LOCATION>`
is relative. Use an absolute path instead.
Database
--------