WebTools

From LTX Wiki
Revision as of 03:06, 5 October 2018 by Phughes (talk | contribs) (updated formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.