Great stuff, thanks for sharing Derek and I'm glad you got it working
On Fri, Mar 7, 2014 at 11:23 PM, Stephen McDonald <[email protected]> wrote: > That's really cool, thanks Derek. > > > On Sat, Mar 8, 2014 at 11:43 AM, Derek Gaston <[email protected]> wrote: > >> Just thought you guys might want to see the outcome: >> >> http://mooseframework.com >> >> The site is still being filled in with info (so don't judge too much!). >> The part that I added today is that "Build Status" box on the right. It's >> actually pulling data from my Flask based site (which is hosted on the same >> machine) and showing the status of our tests (which are triggered by GitHub >> webhooks that the Flask site responds to). >> >> To do this - I actually just imported my Flask site into a Django app and >> used the Flask ORM to query the database in the template tag! Pretty cool >> - and it all works seamlessly. >> >> Eventually I'm going to rewrite that Flask site in Django so that I can >> integrate the two sites a little more easily - but for now this is working! >> >> Thanks again! >> >> 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. >> > > > > -- > Stephen McDonald > http://jupo.org > > -- > 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. > -- 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.
