Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-28 | add README.rst | CruiseDevice | |
2018-09-28 | Slot booking and password reset functionality added | CruiseDevice | |
- Password reset - dashboard skeleton for moderator - Slot booking template - Experiment views - update settings.py | |||
2018-09-28 | minor changes in models.py | CruiseDevice | |
-delete commented code | |||
2018-09-28 | some minor changes in forms.py | CruiseDevice | |
-remove calendar | |||
2018-09-28 | migrations | CruiseDevice | |
2018-09-28 | update gitignore | CruiseDevice | |
2018-08-20 | static and template files | CruiseDevice | |
2018-08-20 | Application forms | CruiseDevice | |
- UserLoginForm - UserRegistrationForm - SlotCreationForm | |||
2018-08-20 | add send email and email verify decorator | CruiseDevice | |
2018-08-20 | django migrations | CruiseDevice | |
2018-08-20 | include sbhs.urls | CruiseDevice | |
- set MEDIA_URL and MEDIA_ROOT | |||
2018-08-20 | setup email configuration | CruiseDevice | |
- add widget_tweaks to INSTALLED_APPS | |||
2018-08-20 | application views and its urls | CruiseDevice | |
2018-08-20 | create app models and register them in admin site | CruiseDevice | |
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-20 | add django-widget-tweaks to requirements.txt | CruiseDevice | |
- for tweaking the form field rendering in templates. | |||
2018-08-10 | update .gitignore, requirements.txt | CruiseDevice | |
2018-07-25 | Create SBHS Django app | CruiseDevice | |
- create project called sbhs_server - create app called sbhs - add model classes to sbhs models | |||
2018-07-25 | Add requirements and gitignore file | CruiseDevice | |