Hi,
On 13 Jun., 14:56, Barry <
b.rowling...@googlemail.com> wrote:
> I can create a new content type that sub-classes from 'Page' instead
> of (or as well as) BaseContent?
I haven't tried it, but I would expect it.
django-tagging sucks. Especially when it comes to inheritance. I had
to tweak it in order to make it work for LFC. The easiest thing would
be to subclass from BaseContent for now. I have planned to look into
django-taggit when I find some time.
Kai