mirror of https://github.com/zulip/zulip.git
populate_billing_realms: Add a realm on free-trial.
This commit is contained in:
parent
b0fb5c33e9
commit
0f31f18744
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue