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]. For more options, visit https://groups.google.com/d/optout.
