The _Static files_ panel produces the following warning in Django 4.2 `RemovedInDjango51Warning: The STATICFILES_STORAGE setting is deprecated. Use STORAGES instead.` This is due to the use of the `django.core.files.storage.get_storage_class()` function which has been deprecated. I will submit a patch and pull request to resolve this issue.