Add additional documentation

This commit is contained in:
zandercymatics 2024-05-08 10:01:46 -06:00
parent a93ba61f30
commit 278fc28ad2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 14 additions and 8 deletions

View file

@ -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):