mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Refs #34712 -- Added system check for staticfiles storage in STORAGES setting.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Natalia Bidart <124304+nessita@users.noreply.github.com>
This commit is contained in:
parent
74b5074174
commit
4c4536f744
4 changed files with 69 additions and 4 deletions
|
@ -911,3 +911,5 @@ configured:
|
|||
:setting:`STATICFILES_DIRS` setting must not end with a slash.
|
||||
* **staticfiles.W004**: The directory ``<directory>`` in the
|
||||
:setting:`STATICFILES_DIRS` does not exist.
|
||||
* **staticfiles.E005**: The :setting:`STORAGES` setting must define a
|
||||
``staticfiles`` storage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue