#32131: ManifestStaticFilesStorage should also check in debug mode whether
referenced file actually exists
-------------------------------------+-------------------------------------
Reporter: Fabian Köster | Owner: nobody
Type: Bug | Status: closed
Component: contrib.staticfiles | Version: 3.1
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson):
* status: new => closed
* resolution: => wontfix
Comment:
Hi Fabian. I think we have to save wontfix here - this is expected
behaviour.
Passing an absolute path to `static` isn’t correct: all paths should be
relative to `STATIC_ROOT`
([https://docs.djangoproject.com/en/3.1/ref/settings/#static-url which is
quite insistent that it ends in a `/`], so that relative paths can be
appended). **All** the doc examples show using a relative path. Your
examples using relative paths all work as expected so...
I think any change here would need to go via the DevelopersMailingList.
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/32131#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.941e6c93b487510965ef9be165629f17%40djangoproject.com.