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