Fixed #27854 -- Added system check for nonexistent directories in STATICFILES_DIRS setting.

This commit is contained in:
Jacob Walls 2021-02-26 07:23:26 -05:00 committed by Mariusz Felisiak
parent 7186c536c4
commit b23232b6ab
3 changed files with 37 additions and 6 deletions

View file

@ -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.