Changes between Initial Version and Version 1 of Ticket #26329, comment 10


Ignore:
Timestamp:
Aug 17, 2025, 3:58:46 PM (3 weeks ago)
Author:
blighj

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26329, comment 10

    initial v1  
    33I think there is a more general point that could be another ticket, the behaviour of ManifestStaticFilesStorage can be different on development vs production. The leading slash is one case. The other obvious case you see in forms/stackoverflow is that when a file is missing this won't error in development but will in production. I've also been caught out by the backslash as path separtor and url in the wrong case. Both of these will work in development, but fail on production with ManifestStaticFilesStorage.
    44
    5 The patch will solve two of these issues. The package I put together has a potential solution to the other two (missing file or wrong case). It could be incorporated in a follow up ticket or as part of this patch if that was deemed better.
     5The patch will solve two of these issues. The package I put together has a potential solution to the other two (missing file or wrong case). It could be incorporated in a follow up ticket or as part of this patch if that was deemed better. https://github.com/blighj/django-manifeststaticfiles-enhanced
Back to Top