from django.contrib import admin from item.models import Item admin.site.register(Item)