neutronX/django-markdownx

Allow overriding the default storage class for images and such

krims0n32 opened this issue · 0 comments

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!