Help with web dashboard
Larry Bates
lbates at syscononline.com
Fri Jan 28 09:42:30 EST 2005
I don't know how complicated that you want to get, but Zope has
built in support for a control panel with what are called portlets.
Each portlet can act as an individual sub-window on the control
panel. You convert each of your individal scripts to a portlet
and plug them into a control panel page.
Larry Bates
Chris wrote:
> I've written some python scripts to handle different tasks on my Windows
> network. I would like for them to be accessible via a single web page
> (kind of like a dashboard) but have the scripts run on the web server
> (also a Windows box).
>
> Can anyone recommend a way (web server / language / method) of doing
> this?
>
> Security is important since this page will be accessible inside the
> company, but only people with the appropriate user name / password
> should be able to run the scripts.
More information about the Python-list
mailing list