from django.contrib import admin from apps.stock_check.models import * admin.site.register([])