openwisp / openwisp-utils

Python and Django utilities shared between different openwisp modules
https://openwisp.io/docs/dev/utils/
BSD 3-Clause "New" or "Revised" License
74 stars 72 forks source link

[bug] DRF-yasg failing collectstatic #352

Closed nemesifier closed 1 year ago

nemesifier commented 1 year ago

This issue shows up when running collectstatic with Django >= 4.0:

ValueError: The file 'drf-yasg/redoc-old/redoc.min.map' could not be found with <openwisp_utils.storage.CompressStaticFilesStorage object at 0x7f1c9d231fd0>.

The only way I found to workaround it is to downgrade to Django~=3.2.0.

pandafy commented 1 year ago

drf-yasg 1.21.7 has been released. This issue should get fixed now.