We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
appears to mess things up - it looks like files are transfered with wrong mime types and syntax errors happen, causing the body not to be editable.
I'll be working on a case to reproduce/regression test/fix asap.
The text was updated successfully, but these errors were encountered:
Relevant CKEDITOR documentation: https://github.com/django-ckeditor/django-ckeditor/pull/376/files
Sorry, something went wrong.
sergei-maertens
No branches or pull requests
Using
appears to mess things up - it looks like files are transfered with wrong mime types and syntax errors happen, causing the body not to be editable.
I'll be working on a case to reproduce/regression test/fix asap.
The text was updated successfully, but these errors were encountered: