summaryrefslogtreecommitdiff
path: root/sbhs/management/commands/update_boards.py
AgeCommit message (Collapse)Author
2018-10-31Change RASP_PI_IPS to SBHS_API_IPS in settings.pyCruiseDevice
- Change RASP_PI_IPS to SBHS_API_IPS in settings.py - Host machine now has to be added in SBHS_API_IPS to be detected. - Add login_required decorator over experiment view function.
2018-10-29Add moderator featuresCruiseDevice
- Add form to update userboard. - Management command for adding online boards. - Add conditions for booking slots. - Add features to test, update and reset boards.