Ok - it appears that what I need is a "Page Processor"... but the documentation is not quite clear (to me) about where to put such a beast. It says "inside one of your INSTALLED_APPS"... does that mean I need to create another Django App to do this custom python? Or is there a place I can stick it right within my Mezzanine project?
Thanks for any pointers... Derek On Friday, March 7, 2014 10:35:57 AM UTC-7, Derek Gaston wrote: > > I'm definitely new to the Django/Mezz world... but I've built some fairly > complex and interesting things with Flask so I'm not completely clueless. > Actually, my Flask background may be hurting me as it seems to have an > almost inverse model to Django (Flask is more "event" driven where it feels > like Django is more "data" driven). > > That said - I am currently absolutely stumped. "All" I want to do is run > some custom python and display the results in a box in the right sidebar > (on every page). I don't need any new Models or data or anything (the data > is going to come from elsewhere on the same server). Just a hook to run > some python and present the results to the page template. > > Any clues on where to start? > > Thanks! > > Derek > -- 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.
