You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: