HimoolERP/apps/data/admin.py

6 lines
138 B
Python
Raw Normal View History

2021-11-04 17:35:34 +08:00
from django.contrib import admin
from apps.data.models import *
2021-11-04 17:35:34 +08:00
2022-03-07 16:16:33 +08:00
admin.site.register([Warehouse, Client, Supplier, Account, ChargeItem])