Commit Graph

9 Commits

Author SHA1 Message Date
cf6bf97e45 Only use implicit AutoFields for primary keys
django really doesn't handle updating PKs well, so don't bother.

Reset migrations, because I don't really have enough data for it to be
worth the effort to migrate
2021-05-19 14:06:45 -04:00
86fe80b375 Use markdown for task notes, also add markdown task description 2020-12-22 15:15:43 -05:00
06e493ea19 Use LDAP for authentication, sync all groups 2020-12-22 01:10:39 -05:00
a93b114005 Remove AUTH_PASSWORD_VALIDATORS as user accounts will come from LDAP 2020-12-18 14:10:33 -05:00
34d659050e Move settings into module and split out dev settings 2020-12-18 14:09:11 -05:00
7b0ea4cb62 Add django-widget-tweaks package 2020-12-15 01:46:09 -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
9ec48f075f Initial Commit
basic web-app functionality works
2020-12-03 12:31:39 -05:00