HimoolERP/apps/goods/admin.py
2021-11-12 01:03:17 +08:00

5 lines
114 B
Python

from django.contrib import admin
from apps.goods.models import *
admin.site.register([Goods, Batch, Inventory])