-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bad url for filebrowserBrowseUrl #11
Comments
People solve with django-ckeditor/django-ckeditor#221 in MANIFEST.in add: recursive-include ckeditor_uploader/templates * I hope you change in your file MANIFEST.in: |
The good url is:
But to fix error:
Copy browse.html file from repo https://github.com/django-ckeditor/django-ckeditor/blob/675d88e65b71e3ecf723605d6981846895f45faf/ckeditor_uploader/templates/ckeditor/browse.html to /templates/browse.html and copy statics from repo https://github.com/django-ckeditor/django-ckeditor/tree/master/ckeditor/static/ckeditor to /static/ |
In year 2018, this bug still exists! @cubiczx Thank you, it works now. Can't image there is a bug not fixed for 3 years... tested on django 1.11 and django-ckeditor 5.4.0 |
I config my ckeditor with
But when I click to show server files show 404 error:
But
'filebrowserBrowseUrl': '/ckeditor/browse/',
says:TemplateDoesNotExist at /ckeditor/browse/ browse.html
And with
'filebrowserBrowseUrl': '/static/filemanager/index.html',
404 equals.And with
'filebrowserBrowseUrl': '/ckeditor/filemanager/
404 equals.And with
'filebrowserBrowseUrl': '/ckeditor/browser/',
404 equals.Which is good url?
The text was updated successfully, but these errors were encountered: