summaryrefslogtreecommitdiff
path: root/sbhs/models.py
AgeCommit message (Collapse)Author
2018-11-01Update documentation in README and Add webcam features in SBHSCruiseDevice
- Admin can view all SBHS live feeds. - User can view their allocated live feed. - Request machine change modal fix in base.html.
2018-10-31Fix advance slot booking issueCruiseDevice
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.
2018-10-26add __str__ method for Experiment modelCruiseDevice
2018-10-26add django-crispy-forms to requirements.txtCruiseDevice
2018-10-24Create FilterLogsForm and some changes in models.pyCruiseDevice
- add datetimepicker widget while Slot creation - create filterlogs form - usb_id field in models - save usb path of board in database - create user board relation
2018-10-08save details of the connected boardCruiseDevice
2018-09-28minor changes in models.pyCruiseDevice
-delete commented code
2018-08-20create app models and register them in admin siteCruiseDevice
Models: - Profile - Slot - Experiment - Board - add create_group method for creating moderator group - create create_group command for creating moderator group - register model in admin site - delete Booking model
2018-07-25Create SBHS Django appCruiseDevice
- create project called sbhs_server - create app called sbhs - add model classes to sbhs models