pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

Updated the docs to match the change to using STATIC_URL for CKEditor. #15

Closed jammons closed 12 years ago

jammons commented 12 years ago

I was trying to get this to work earlier and realized that the code had changed, but not the docs. I didn't chance the example settings.py file because it's still in an older style, but I added a note re: this issue.

pydanny commented 12 years ago

Thanks Jeff!