mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
Parsing agency, documentation
This commit is contained in:
parent
d70e5a2d77
commit
a74b9f4c3c
6 changed files with 210 additions and 87 deletions
|
@ -48,6 +48,12 @@ class TransitionDomain(TimeStampedModel):
|
|||
blank=True,
|
||||
help_text="Type of organization",
|
||||
)
|
||||
organization_name = models.TextField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Organization name",
|
||||
db_index=True,
|
||||
)
|
||||
federal_type = models.TextField(
|
||||
max_length=50,
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue