Parsing logic

This commit is contained in:
zandercymatics 2023-10-27 13:30:44 -06:00
parent fd4809ec66
commit 24cb865ee3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
9 changed files with 526 additions and 191 deletions

View file

@ -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,