admin.py 88 B

12345
  1. from django.contrib import admin
  2. from .models import Staff
  3. admin.site.register(Staff)