gender email phone

This commit is contained in:
gnuter3000 2023-06-26 18:39:32 +02:00
parent aeff66af6c
commit f073961e35
11 changed files with 20 additions and 49 deletions

View file

@ -12,6 +12,7 @@ class CustomerAdmin(admin.ModelAdmin):
"street",
"street_number",
"city",
"state",
"email",
"phone",
"user",
]