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