mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Make invitation and show on user management page
This commit is contained in:
parent
8650351ffe
commit
69706fbbb7
4 changed files with 47 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue