HimoolERP/apps/goods/admin.py
2021-11-09 23:17:54 +08:00

5 lines
109 B
Python

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