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
In Django 4.2 the django.core.files.storage.get_storage_class() function is deprecated as well as the STATICFILES_STORAGE setting in favor of STORAGES["staticfiles"].
Use django.core.files.storage.storages to get the configured storage class for static files instead.
For Django versions prior to 4.2 keep using the django.core.files.storage.get_storage_class() function for backwards compatibility.
Fixes#1758
0 commit comments