from django.contrib import admin from common.models import Category, Sample admin.site.register(Category) admin.site.register(Sample)