WISiWYG with uploading pictures: Django way
Posted
by valya
on Stack Overflow
See other posts from Stack Overflow
or by valya
Published on 2010-03-18T10:42:47Z
Indexed on
2010/03/18
11:41 UTC
Read the original article
Hit count: 572
Hello! I'm trying to integrate TinyMCE or CKEditor into Django, but I have no idea how to manage uploading pictures. I've been searching and found some django apps, but they won't work with my Django version (1.1.1), buggy and not maintained.
Maybe I missed something? Can you please give me a step-by-step guide how to add WYSIWYG with uploading into django form?
© Stack Overflow or respective owner