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