anjanesh Does anyone know what Custom file storages is in Django 4.2 ? https://docs.djangoproject.com/en/dev/releases/4.2/#custom-file-storages
anjanesh Like for example, if one wanted to implement a custom storage like Azure Storage as in https://django-storages.readthedocs.io/en/latest/backends/azure.html ?
sean anjanesh the linked documentation says "a common example is storing files on some remote system", so yes.