mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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:
parent
ebb08d1942
commit
c36075ac1d
4 changed files with 118 additions and 4 deletions
|
@ -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
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue