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