neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
839 stars 152 forks source link

Allow overriding the default storage class for images and such #261

Open krims0n32 opened 8 months ago

krims0n32 commented 8 months ago

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!