Commit Graph

15 Commits

Author SHA1 Message Date
4ac3fd1806 Add django-admin-logs app for viewing admin history 2022-02-04 11:12:26 -05:00
030cbe8a92 Use autocomplete for member field in Certification admin 2022-02-03 16:37:18 -05:00
a892f11c0f Add intial migration for paperwork 2022-02-03 16:19:03 -05:00
68a42b90ce "Fix" foreign key to members table
Turning off the constraint here is probably not a good idea in the
long term, but it will work until I move tables around to make this sane
2022-02-03 16:17:33 -05:00
d34bff860a Allow management of all paperwork models 2022-02-03 16:17:19 -05:00
4fb8aa74f0 Move Members model to new "membershipworks" app 2022-02-03 13:45:58 -05:00
192145e32a Update dependencies 2022-02-03 00:34:34 -05:00
6a07e0be3e Specify minor versions of dependencies 2022-02-03 00:31:41 -05:00
c817ea8532 Change certification definition naming scheme and define ordering 2021-04-29 14:01:07 -04:00
819c32b915 Order members by first name, then last name 2021-04-29 13:50:49 -04:00
84ac1e8257 Fix == -> isinstance typo 2021-04-29 13:32:49 -04:00
2690e2550d Add wsgi config file 2021-03-24 15:14:04 -04:00
a5cd992c0a Add Authentication via LDAP 2021-03-24 14:33:17 -04:00
16eb034b03 Add Member table from membershipworks database 2021-03-23 17:11:58 -04:00
090bb9e07a Initial Commit, basic models/admin pages for CMS_Database tables 2021-03-23 17:10:49 -04:00