You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not updating the documentation can lead to confusion for users of Django 5.1, as it will appear that django-pipeline simply doesn't do anything when the user follow the instruction and set STATICFILES_STORAGE instead of STORAGES.
I suggest updating the documentation to showcase using STATICFILES_STORAGE for Django < 4.2 and STORAGES for Django >= 4.2, for example: