from django.contrib import admin from migration.models import ShoppingItem # Register your models here. admin.site.register(ShoppingItem)