Re: [mezzanine-users] Re: Mezzanine Multiple Content Blocks per Page

2014-04-19 Thread David Kingman
I like your approach Josh. It seems to be the most coherent of the suggested approaches. Thanks for sharing. David On Sunday, March 2, 2014 5:14:48 PM UTC-7, Josh Cartmell wrote: I do things like: class HomePage(Page): content = RichTextField() [other content fields if desired]

Re: [mezzanine-users] Product django server : get NoReverseMatch: Reverse for 'login' with arguments '()' .

2014-04-19 Thread Stephen McDonald
Here's the template that has a link to the login page, which the error indicates cant be found in your urlpatterns: https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/accounts/templates/accounts/includes/user_panel.html#L19 Here's the login url your project can't see: