mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #32180 -- Added system check for file system caches absolute location.
This commit is contained in:
parent
c0fc5ba380
commit
721c95ba0b
3 changed files with 45 additions and 0 deletions
|
@ -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
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue