Sorry hit send too soon. An alternative is to update your settings.py entry for FROALA_STORAGE_BACKEND to point to a different backend as per their docs https://github.com/froala/django-froala-editor#other-settings
On Friday, 3 February 2023 at 14:30:12 UTC Steven Mapes wrote: > Easiest way will be to overload their default upload view. > > If you look in the urls.py for the package it has two entries > > > *path('image_upload/', views.image_upload, > name='froala_editor_image_upload'),path('file_upload/', views.file_upload, > name='froala_editor_file_upload'),* > > Take a look at those view here > https://github.com/froala/django-froala-editor/blob/master/froala_editor/views.py > > Then create your own views doing what you want but serve them from the URL > path that these would be on by default so that they are called instead. > > On Friday, 3 February 2023 at 12:00:32 UTC akino...@gmail.com wrote: > >> Please I need help on how to change the upload path of django froala >> editor. Possiby to Cloudinary >> Please I need help 🙏🙏 > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/39b39288-711b-464a-9f13-e9d3173a62a8n%40googlegroups.com.