With the new STORAGES setting in Django 4.2 it has become easier to specify different backends for different purposes.
Markdownx now uses from django.core.files.storage import default_storage to determine its storage class used for images and such, it would be nice if this was configurable.
With the new STORAGES setting in Django 4.2 it has become easier to specify different backends for different purposes.
Markdownx now uses
from django.core.files.storage import default_storage
to determine its storage class used for images and such, it would be nice if this was configurable.Thanks!