Re: Page-trees in admin system

2008-04-28 Thread Matthias Kestenholz
Hi, On Mon, 2008-04-28 at 12:19 -0700, Rodrigo Culagovski wrote: > Matthias, > > that looks like what I'm looking for. Does it work in trunk? > > thanks! > > Rodrigo I've just made an update to trunk locally and it seems to work, yeah. django-mptt does not seem to have a problem with the qs-r

Re: Page-trees in admin system

2008-04-28 Thread Rodrigo Culagovski
Matthias, that looks like what I'm looking for. Does it work in trunk? thanks! Rodrigo On Apr 28, 3:13 pm, Matthias Kestenholz <[EMAIL PROTECTED]> wrote: > Hi, > > > > On Mon, 2008-04-28 at 12:03 -0700, Rodrigo Culagovski wrote: > > I am starting to develop a site with Django. I will need to i

Page-trees in admin system

2008-04-28 Thread Rodrigo Culagovski
I am starting to develop a site with Django. I will need to implement a 'pagetree' that serves static pages, (similar to the contrib.flatpages), with 3 or 4 levels of depth. I have already done this for previous Django driven sites, but wonder if there is a better way. My model looks like: class