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.
