django-markdown-editor icon indicating copy to clipboard operation
django-markdown-editor copied to clipboard

Dynamic MARTOR_UPLOAD_URL

Open kanishk619 opened this issue 1 year ago • 1 comments
trafficstars

With current implementation, the upload url has to be set via settings.py. In case the upload url has to be changed dynamically in certain scenarios, controlling it via MartorWidget(upload_url="https://some-url") would make more sense ?

kanishk619 avatar Apr 03 '24 05:04 kanishk619

hmm, I don't think it's common to have dynamic upload url. But it possible to support. Can I know what the real case for this?

agusmakmun avatar Apr 04 '24 09:04 agusmakmun