from django.contrib import admin from .models import Asset, GtinProduct admin.site.register(Asset) admin.site.register(GtinProduct)