Re: Dojo Rich Editor Implementation in Admin.py

2012-05-02 Thread Gchorn
So after doing some more research and playing around with the settings, I want to post an updated version of my question. Here it is. I'm building a blog, with models "Post" and "Image" like so: class Post(models.Model): title = models.CharField(max_length=1000) author = models.CharFiel

Dojo Rich Editor Implementation in Admin.py

2012-04-30 Thread Gchorn
Hi All, I'm building a blog, with models "Post" and "Image" (each blog post can have multiple images; they're related by ForeignKey) and I'm trying to implement the Dojo rich editor in my admin site by following the example here: https://gist.github.com/868595 However, the rich editor is not