I am creating a webapp for visualizing IDS alerts stored in a backend database. I also have some backend code ( a package) that processes these alerts and stores the processed alert attributes in a separate table. I want the web-app to be functional in both the scenarios - 1) When my code (and new DB tables) are present and 2) When they are not. I understand that I can define a setting in developement.ini, read that setting and pass that setting to each of my view (how?) so that in the view (and renderring template) I show/hide relevant pieces depending on whether user has indicated presence/absence of the code. Is this the recommended way? Exactly how can this be achieved in code?
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
