Make invitation and show on user management page

This commit is contained in:
Neil Martinsen-Burrell 2023-03-22 16:14:52 -05:00
parent 8650351ffe
commit 69706fbbb7
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
4 changed files with 47 additions and 13 deletions

View file

@ -281,3 +281,6 @@ class Domain(TimeStampedModel):
# ManyToManyField on User creates a "users" member for all of the
# users who have some role on this domain
# ForeignKey on DomainInvitation creates an "invitations" member for
# all of the invitations that have been sent for this domain