populate_billing_realms: Add a realm on free-trial.

This commit is contained in:
Aman Agrawal 2023-11-09 14:05:34 +00:00
parent b0fb5c33e9
commit 0f31f18744
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,11 @@ class Command(BaseCommand):
billing_schedule=CustomerPlan.MONTHLY,
tier=CustomerPlan.STANDARD,
),
CustomerProfile(
unique_id="free-trial",
tier=CustomerPlan.STANDARD,
status=CustomerPlan.FREE_TRIAL,
),
]
# Create a realm for each customer profile