Files
westfarn f37ff3e87b
Unit Tests / test (push) Successful in 3s
Add start/end time fields to CalendarEvent (#28) (#29)
## Summary
Closes #28.

- Add optional `start_time` / `end_time` (`TimeField`) on `CalendarEvent`
- Expose times in Django admin list + form
- Replace hardcoded calendar template times with `time_range_display`
- Add migration `0013` and unit coverage for time formatting

## Test plan
- [ ] `python manage.py migrate`
- [ ] `python manage.py test schasite.tests.CalendarEventTests`
- [ ] In admin, edit an event with start/end times and confirm calendar page shows them
- [ ] Confirm events without times hide the Time rowReviewed-on: #29
2026-08-04 11:00:24 -07:00
..
2025-03-07 12:15:48 -06:00
2025-04-15 12:18:03 -05:00
2026-07-14 05:13:55 -07:00