mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #27854 -- Added system check for nonexistent directories in STATICFILES_DIRS setting.
This commit is contained in:
parent
7186c536c4
commit
b23232b6ab
3 changed files with 37 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue