mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
fix: Correction de l'affichage des numéros de téléphone [#41]
This commit is contained in:
@ -11,13 +11,13 @@ from Subscriptions.models import (
|
||||
)
|
||||
from Auth.models import Profile, ProfileRole
|
||||
from School.models import (
|
||||
FeeType,
|
||||
Speciality,
|
||||
Teacher,
|
||||
SchoolClass,
|
||||
PaymentMode,
|
||||
PaymentModeType,
|
||||
PaymentPlan,
|
||||
FeeType,
|
||||
Speciality,
|
||||
Teacher,
|
||||
SchoolClass,
|
||||
PaymentMode,
|
||||
PaymentModeType,
|
||||
PaymentPlan,
|
||||
PaymentPlanType,
|
||||
DiscountType
|
||||
)
|
||||
@ -371,7 +371,7 @@ class Command(BaseCommand):
|
||||
"first_name": fake.first_name(),
|
||||
"birth_date": fake.date_of_birth().strftime('%Y-%m-%d'),
|
||||
"address": fake.address(),
|
||||
"phone": fake.phone_number(),
|
||||
"phone":"+33122334455",
|
||||
"profession": fake.job()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user