adilkhash / django-trix-editor

Django Trix WYSIWYG Editor integration
MIT License
18 stars 1 forks source link

Made it so the URL for the `handle_upload` view is dynamic #3

Closed ataylor32 closed 3 months ago

ataylor32 commented 3 months ago

Some of the sites I work on are set up to use Django only for URLs beginning with /admin/ or /api/, so I would like to be able to have a custom URL for the handle_upload view.

adilkhash commented 3 months ago

lgtm

adilkhash commented 3 months ago

I would suggest to use an f-string.