mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
basic infra
This commit is contained in:
parent
b331f61d0d
commit
b1ae220602
7 changed files with 244 additions and 6 deletions
|
@ -23,7 +23,7 @@ class Portfolio(TimeStampedModel):
|
|||
|
||||
# Stores who created this model. If no creator is specified in DJA,
|
||||
# then the creator will default to the current request user"""
|
||||
creator = models.ForeignKey("registrar.User", on_delete=models.PROTECT, help_text="Associated user", unique=False)
|
||||
creator = models.ForeignKey("registrar.User", on_delete=models.PROTECT, help_text="Associated user", related_name="creator", unique=False)
|
||||
|
||||
notes = models.TextField(
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue