July 3rd - Update documents
This commit is contained in:
@@ -8,9 +8,11 @@ tenant middleware so no tenant context is required. On success, a new tenant
|
||||
database is provisioned (schema + first admin) and the user is redirected to
|
||||
their subdomain's login page.
|
||||
|
||||
Trial period: every signup starts a 14-day free trial (subscription_status =
|
||||
'trial', trial_ends_at = now + 14 days). After the trial the billing gate
|
||||
redirects to /billing/subscribe.
|
||||
Trial period: paid-plan signups start a 14-day free trial (subscription_status
|
||||
= 'trial', trial_ends_at = now + 14 days); after the trial the billing gate
|
||||
redirects to /billing/subscribe. The Free plan is free-forever — it is
|
||||
provisioned with trial_days=0 (subscription_status = 'active', no expiry) so
|
||||
the billing gate never blocks it. See CLAUDE.md rule 86.
|
||||
"""
|
||||
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user