add task order data to seed workspace
This commit is contained in:
@@ -170,7 +170,7 @@ class TaskOrderFactory(Base):
|
||||
source = Source.MANUAL
|
||||
funding_type = FundingType.PROC
|
||||
funding_type_other = None
|
||||
number = "toABC123"
|
||||
number = factory.Faker("md5")
|
||||
expiration_date = factory.LazyFunction(
|
||||
lambda: datetime.date(
|
||||
datetime.date.today().year + random.randrange(1, 15), 1, 1
|
||||
|
Reference in New Issue
Block a user