mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #32180 -- Added system check for file system caches absolute location.
This commit is contained in:
committed by
Mariusz Felisiak
parent
c0fc5ba380
commit
721c95ba0b
@@ -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
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user