django-ckeditor icon indicating copy to clipboard operation
django-ckeditor copied to clipboard

Django admin CKEditor integration.

Results 7 django-ckeditor issues
Sort by recently updated
recently updated
newest added

Please remove this old pypi project: https://pypi.python.org/pypi/django-ckeditor-updated thank you.

I just tried updating from 4.4.0 to 4.4.4 but ckeditor is no longer working. I added the new CKEDITOR_JQUERY_URL variable to settings.py but that didn't solve it, is there anything...

When entering settings in CKEDITOR_CONFIGS. Take care for true, false values. For instance : 'allowedContent' : 'true', 'entities' : 'false', 'entities_latin' : 'false', These will not be recognized by ckeditor....

It doesn't create a folder like this "django_ckeditor_updated-4.4.0-py2.7.egg" and even theirs files ( *.py, *.pyc and etc ... ) Further information ...: Python 2.7.8 Django 1.6.5 Windows Vista_64 SP2

If you have inlines, and this doesn't matter if you added the fields via widget or model, still same thing occurs. The ckeditor iframe body is not initiated appropriately, normally...

Pillow sometimes may make problems. Check if Pystacia, python imagemagick libraries can be used as backends too. If so refactor current Pillow usage to a backend and then write other...

enhancement

- disallow uploading of other file types, probably with configuration option. - disallow uploading files that slugify to empty string or other nonsense. (or use fallback name)

enhancement