slowcontrol:web_interface
This is an old revision of the document!
Web Interface Development
How to add a new app
- create a new directory inside
prima-web-interface/src
- create the following subdirectories
templates
to store template html and js files, i.e. using jinja instructionsstatic
to store fixed html, js or css files
- create the following files
urls.py
containing the list of URL patterns for the appviews.py
containing the functions to be executed on GET on POST requests
slowcontrol/web_interface.1626878204.txt.gz · Last modified: 2022/01/14 18:44 (external edit)