Changes between Initial Version and Version 1 of Ticket #34341, comment 4


Ignore:
Timestamp:
Feb 16, 2023, 8:17:16 AM (19 months ago)
Author:
Marc Perrin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34341, comment 4

    initial v1  
    33[https://github.com/evansd/whitenoise/blob/main/src/whitenoise/middleware.py#L158]
    44
    5 But if the spec is that `finders.find()` must be called with an OS-standardized path, it's a valid answer to my concern, and it means the fix has to happen on whitenoise side.
     5But if you tell me the spec is that `finders.find()` must be called with an OS-standardized path, it's a valid answer to my concern, and it means the fix has to happen on whitenoise side (and we can close the present issue).
    66
    77After all, `finders.find()` is in `django.contrib.staticfiles` indeed, and even though I found it surprising that it would not be more flexible, maybe it makes sense.
Back to Top