froala / django-froala-editor

Package to integrate Froala WYSIWYG HTML rich text editor with Django.
https://froala.com/wysiwyg-editor
283 stars 72 forks source link

Don't refer to files that doesn't exist anymore #106

Open challet opened 3 years ago

challet commented 3 years ago

Version 4.0.4 deleted these files but they were still refered to in _media function.

Strangely looks like this bug from 2017 : #43

challet commented 3 years ago

That breaks Django ManifestStaticFilesStorage in production. Not only the request going to the static file, but the page refering to it, since it tries to inject an md5 hash from a file that doesn't exist.