Just to close this out: what I ended up doing was creating a simple view 
and handling the url parameters there:

def calendar(request, slug, template=u"pages/page.html", extra_context=None
):

# do my url parsing here and set page parameters

return mezzanine.pages.views.page(request, "calendar", template, 
extra_context)

Thanks for the suggestions!


On Tuesday, December 15, 2015 at 12:22:13 PM UTC-5, Eduardo Rivas wrote:
>
> This section of the docs expands a little on my previous message: 
>
> http://mezzanine.jupo.org/docs/content-architecture.html#integrating-third-party-apps-with-pages
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to