-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django-tinymce and django-filebrowser doesn't comunicate #364
Comments
It seems that there is a communication issue between django-tinymce and django-filebrowser when trying to insert a file using django-filebrowser in the django-tinymce editor. One suggestion provided in the issue is to check if the URLs for both django-tinymce and django-filebrowser are correctly configured. Another suggested workaround is to use django-ckeditor instead of django-tinymce, as django-ckeditor is known to work well with django-filebrowser. It is also recommended to check the versions of django-tinymce and django-filebrowser, as there may be compatibility issues between older versions of the two packages. Updating to the latest versions of both packages may help resolve the issue. It seems that there is a miscommunication between django-tinymce and django-filebrowser when using the filebrowser plugin in tinymce. One possible cause of this issue is that the filebrowser plugin is not properly configured to work with django-filebrowser. To fix this, you can try the following steps:
|
I think this is not a bug but my misunderstaning about the setting up between this package and django-filebrowser.
I'm using:
In
settings.py
I've this:In
urls.py
I've this:I'm be able to use Tinymce as you can see on the image below
But I can't use django-filebrowser.
I've created an image field that use django-filebrowser and it is possible to add media without problems.
Probably I'm forgot something, but what?
The text was updated successfully, but these errors were encountered: