marcperrinoptel

Results 2 issues of marcperrinoptel

See [https://github.com/evansd/whitenoise/issues/472](https://github.com/evansd/whitenoise/issues/472) also [https://code.djangoproject.com/ticket/34341](https://code.djangoproject.com/ticket/34341) The probable takeaway from the discussion on Django side is that `finders.find()` is really supposed to be called with an OS-standardized path. I've mimicked what Django...

### Python Version 3.7.9 ### Django Version 3.2.16 ### Package Version 6.2.0 ### Description Hi, I've stumbled upon an issue about serving **"non-collectstatic'd"** **static files** in **dev**, **on Windows**. The...