I've added Mezzanine to an existing Django project and its working great, except I don't see a simple way to add outside app URL's to the menu in Mezzanine. Just to be clear I'm talking about the front end menu of a site. In working with some other Django CMS's I noticed they have a redirect option when building out pages that allows you to redirect a given page over to an outside app and still build the navigation entirely in the CMS (django-cms). I don't see anything like that in Mezzanine though. Do I need to override each template in Mezzanine to be able to add my custom apps to the Mezzanine built menu? Is there a best way to do this? If I was building from scratch I would just build my apps as custom content types but I'd rather not have to change all of that now. Thanks.
Great idea - I imagine it'd be a very common requirement and shouldn't take much effort. Just need to figure out how to strip down its admin to just the URL field.
Yeah definitely
Hi Mr,
I am new to django, would you please share with me how integrate mezzanine to an existing Django App
or and vice-versa
Thanks
Le lundi 7 mai 2012 16:38:12 UTC+1, Neum Schmickrath a écrit :I've added Mezzanine to an existing Django project and its working great, except I don't see a simple way to add outside app URL's to the menu in Mezzanine. Just to be clear I'm talking about the front end menu of a site. In working with some other Django CMS's I noticed they have a redirect option when building out pages that allows you to redirect a given page over to an outside app and still build the navigation entirely in the CMS (django-cms). I don't see anything like that in Mezzanine though. Do I need to override each template in Mezzanine to be able to add my custom apps to the Mezzanine built menu? Is there a best way to do this? If I was building from scratch I would just build my apps as custom content types but I'd rather not have to change all of that now. Thanks.