jazzmin as a more beauty admin panel
This commit is contained in:
parent
8ea5c87c9c
commit
aca1c3c3fa
117 changed files with 4 additions and 0 deletions
|
@ -1,17 +0,0 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from django.contrib import admin
|
||||
from .models import Rescuer
|
||||
|
||||
|
||||
@admin.register(Rescuer)
|
||||
class CustomerAdmin(admin.ModelAdmin):
|
||||
list_display = [
|
||||
"last_name",
|
||||
"first_name",
|
||||
"street",
|
||||
"street_number",
|
||||
"city",
|
||||
"phone",
|
||||
"user",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue