0

I´m using django-tinymce and django-tinymce filebrowser to upload images to the text editor. The images work perfectly but when I want to upload a media file I get a 404 error. enter image description here

Is there any way I can solve this and make the upload of media available? The images work so I think it just might be a matter of redirecting the URL somehow.

Thanks for the help.

Pablo Estrada
  • 3,182
  • 4
  • 30
  • 74

1 Answers1

-1

Static files needs to be handled differently in django here is complete solution to handle file uploads in django it might be helpful

Community
  • 1
  • 1
abhi
  • 366
  • 6
  • 17