mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Add additional documentation
This commit is contained in:
parent
a93ba61f30
commit
278fc28ad2
3 changed files with 14 additions and 8 deletions
|
@ -22,6 +22,8 @@ class User(AbstractUser):
|
|||
"""
|
||||
A custom user model that performs identically to the default user model
|
||||
but can be customized later.
|
||||
|
||||
This model uses signals [as defined in [signals.py](../../src/registrar/signals.py)].
|
||||
"""
|
||||
|
||||
class VerificationTypeChoices(models.TextChoices):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue