mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a slash.
This commit is contained in:
committed by
Tim Graham
parent
40c8ffad72
commit
05c578bc1f
@@ -731,3 +731,5 @@ configured:
|
||||
or list.
|
||||
* **staticfiles.E002**: The :setting:`STATICFILES_DIRS` setting should not
|
||||
contain the :setting:`STATIC_ROOT` setting.
|
||||
* **staticfiles.E003**: The prefix ``<prefix>`` in the
|
||||
:setting:`STATICFILES_DIRS` setting must not end with a slash.
|
||||
|
||||
Reference in New Issue
Block a user