Commit Graph

464 Commits

Author SHA1 Message Date
09bc22f60b Improve style and responsiveness of event entry in taskDetail 2020-12-15 01:46:23 -05:00
7b0ea4cb62 Add django-widget-tweaks package 2020-12-15 01:46:09 -05:00
9d825f74c4 Add an alert in taskDetail for overdue events 2020-12-15 01:45:15 -05:00
164d81871a Improve appearence of events table in taskDetail 2020-12-15 01:44:05 -05:00
65ca110b81 Use pipenv for dependency management 2020-12-15 01:39:42 -05:00
3cd95443e6 Add basic login/logout pages and nav items 2020-12-15 01:39:42 -05:00
f475e1bd0e Move "base" template to top level 2020-12-15 00:37:15 -05:00
99ee47052c Use bootstrap for UI, abstracted into a base template
makes web interface look a bit less terrible

also changed to extensions recognized by web-mode for Django Templates
2020-12-15 00:37:15 -05:00
a005ab151b Properly format dates in templates 2020-12-08 16:04:45 -05:00
7cdf6e961f sendNotifications: Use django send_mail function, add some error handling 2020-12-08 16:04:45 -05:00
dc82bfc58a sendNotifications: Use a template for the email message 2020-12-08 16:04:45 -05:00
927094ee41 Add per-user Reminder model and adjust sendNotifications to use it 2020-12-08 16:04:45 -05:00
6640306113 Prepopulate the slug field in the Task Admin page 2020-12-03 17:59:45 -05:00
9ec48f075f Initial Commit
basic web-app functionality works
2020-12-03 12:31:39 -05:00