Re: [mezzanine-users] "Page" in admin panel

2014-04-01 Thread Paullo
Cool, thanks Josh. Paul On Tuesday, 1 April 2014 17:55:00 UTC+1, Josh Cartmell wrote: > > Hey Paul, I would probably have Events subclass Displayable rather than > page. Page's are good for static content that belong in the menus, but not > so good for content that has some sort of natural or

Re: [mezzanine-users] "Page" in admin panel

2014-04-01 Thread Josh Cartmell
Hey Paul, I would probably have Events subclass Displayable rather than page. Page's are good for static content that belong in the menus, but not so good for content that has some sort of natural order (like dates for events). I would look at how Mezzanine's BlogPosts work and do something simil

Re: [mezzanine-users] "Page" in admin panel

2014-04-01 Thread Paullo
Hi Josh, I currently have a single "Events" page which I can add individual events too. When I change it to use the "Mezzanine" way I can only add events as separate pages. I'm missing something :) Paul On Tuesday, 1 April 2014 17:09:48 UTC+1, Josh Cartmell wrote: > > Hey Paullo, at this poin

Re: [mezzanine-users] "Page" in admin panel

2014-04-01 Thread Josh Cartmell
Hey Paullo, at this point if you go to Content -> Pages in the admin you should be able to choose Event in the "Add" dropdown. What sort of functionality are you looking for? On Tue, Apr 1, 2014 at 7:05 AM, Paullo wrote: > Hi, > > I've created modules that work as expected but I'm using the "d

[mezzanine-users] "Page" in admin panel

2014-04-01 Thread Paullo
Hi, I've created modules that work as expected but I'm using the "django" way. I would like to use the "Mezzanine" way instead (Mainly to avoid having to create mobile templates..) but it doesn't show up in the admin panel. The docs state that inheriting from PageAdmin will only allow it to be