update
This commit is contained in:
parent
32437a2ec0
commit
4dfc83057f
@ -78,7 +78,7 @@ class Command(BaseCommand):
|
||||
# pro_pricing = PlanPricing.objects.create(plan=pro_plan, pricing=pro, price=Decimal('29.99'))
|
||||
# Create users
|
||||
|
||||
user = User.objects.first()
|
||||
# user = User.objects.first()
|
||||
|
||||
# # Create user plans
|
||||
# billing_info = BillingInfo.objects.create(
|
||||
@ -99,9 +99,9 @@ class Command(BaseCommand):
|
||||
# currency="SAR",
|
||||
# )
|
||||
|
||||
UserPlan.objects.create(
|
||||
user=user,
|
||||
plan=pro_plan,
|
||||
expire=timezone.now() + timedelta(days=2),
|
||||
active=True,
|
||||
)
|
||||
# UserPlan.objects.create(
|
||||
# user=user,
|
||||
# plan=pro_plan,
|
||||
# expire=timezone.now() + timedelta(days=2),
|
||||
# active=True,
|
||||
# )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user