from django.contrib import admin
from .models import StockshelfModel

admin.site.register(StockshelfModel)