PCv5/account/admin.py

4 lines
95 B
Python

from django.contrib import admin
from account.models import Member
admin.site.register(Member)