June 2019
Beginner
746 pages
18h 26m
English
Before leaving models.py, we will need to add a new application setting to store the preferred weather station. Add a new entry in the SettingsModel.variables dictionary as follows:
variables = {
...
'weather_station': {'type': 'str', 'value': 'KBMG'},
...
We won't add a GUI for this setting, since users won't need to update it. It'll be up to us, or the system admin at other lab sites, to make sure this is properly set on each workstation.
Read now
Unlock full access