WebTools

From LTX Wiki
Jump to: navigation, search

Not yet seriously documented.

Files live in /w/ltx-wtools.pppl.gov/htdocs/ on the cluster.

As far as I understand as of Aug. 17th: Apache loads the appropriate .wsgi file determined by the URL as a library, and calls index() from controller.py, which calls compute.py to do the actual processing, while flask uses the html form class from model.py.