Skip to content

Commit 3da5844

Browse files
author
Kerry Cao
committed
Registering models in admin
1 parent 439aad5 commit 3da5844

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

server/registration/admin.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
from django.contrib import admin
2+
from .models import Household
3+
from .models import Business
4+
from .models import PetCarer
15

26
# Register your models here.
7+
admin.site.register(Household)
8+
admin.site.register(Business)
9+
admin.site.register(PetCarer)

0 commit comments

Comments
 (0)