diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-02-26 07:23:26 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-03 11:27:08 +0100 |
| commit | b23232b6ab1b32969b018380922a6c550ba4f4aa (patch) | |
| tree | e51e83cf4ace8680e7f73d8bc11ce9a65de15aff /docs | |
| parent | 7186c536c44c97ebfacc4672610184e2ce793cea (diff) | |
Fixed #27854 -- Added system check for nonexistent directories in STATICFILES_DIRS setting.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index dbba801e39..16d0fdb27f 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -869,3 +869,5 @@ configured: contain the :setting:`STATIC_ROOT` setting. * **staticfiles.E003**: The prefix ``<prefix>`` in the :setting:`STATICFILES_DIRS` setting must not end with a slash. +* **staticfiles.W004**: The directory ``<directory>`` in the + :setting:`STATICFILES_DIRS` does not exist. |
