mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #31983 -- Added system check for file system caches location.
Thanks Johannes Maron and Nick Pope for reviews.
This commit is contained in:
committed by
Mariusz Felisiak
parent
ebb08d1942
commit
c36075ac1d
@@ -138,6 +138,10 @@ configured:
|
||||
|
||||
* **caches.E001**: You must define a ``'default'`` cache in your
|
||||
:setting:`CACHES` setting.
|
||||
* **caches.W002**: Your ``<cache>`` configuration might expose your cache or
|
||||
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`.
|
||||
|
||||
Database
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user