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
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
2 matches
Mail list logo