Awesome! His blog is really good, should of searched there first! many thanks!
On Wednesday, 13 May 2015 16:09:32 UTC+1, Kenneth Bolton wrote: > > Hi Joseph, > > I think Josh has covered what you are looking for at his blog post here: > http://bitofpixels.com/blog/on-singletonadmins-and-sitewidecontent-editing-sitewide-content-in-mezzanines-admin/ > . > > Let us know if that sorts you. > > - ken > > On Wed, May 13, 2015 at 11:06 AM, Joseph Mohan <[email protected] > <javascript:>> wrote: > >> Sorry, total Mezzanine noob. I've been developing with Django for 2 >> years, so i understand models,views,urls etc.. >> I want to create a model for contact information and a logo that will >> display on every page. >> >> I've got the hang of adding extra_model_fields but i don't want the >> client to have to add the information for every page they create >> (galleries). In django i would just pass the context into the template in >> views.py but obviously i can't with mezzanine. >> >> so what i'm asking is: Can i create a model that doesn't inherit from >> Page and still pass it through to base.html somehow? >> >> if not, how would i go about this? >> >> Sorry in advance! >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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.
