summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-28add README.rstCruiseDevice
2018-09-28Slot booking and password reset functionality addedCruiseDevice
- Password reset - dashboard skeleton for moderator - Slot booking template - Experiment views - update settings.py
2018-09-28minor changes in models.pyCruiseDevice
-delete commented code
2018-09-28some minor changes in forms.pyCruiseDevice
-remove calendar
2018-09-28migrationsCruiseDevice
2018-09-28update gitignoreCruiseDevice
2018-08-20static and template filesCruiseDevice
2018-08-20Application formsCruiseDevice
- UserLoginForm - UserRegistrationForm - SlotCreationForm
2018-08-20add send email and email verify decoratorCruiseDevice
2018-08-20django migrationsCruiseDevice
2018-08-20include sbhs.urlsCruiseDevice
- set MEDIA_URL and MEDIA_ROOT
2018-08-20setup email configurationCruiseDevice
- add widget_tweaks to INSTALLED_APPS
2018-08-20application views and its urlsCruiseDevice
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-08-20add django-widget-tweaks to requirements.txtCruiseDevice
- for tweaking the form field rendering in templates.
2018-08-10update .gitignore, requirements.txtCruiseDevice
2018-07-25Create SBHS Django appCruiseDevice
- create project called sbhs_server - create app called sbhs - add model classes to sbhs models
2018-07-25Add requirements and gitignore fileCruiseDevice