mirror of
https://github.com/himool/HimoolERP.git
synced 2025-01-09 15:48:50 +08:00
5 lines
136 B
Python
5 lines
136 B
Python
from django.contrib import admin
|
|
from apps.system.models import *
|
|
|
|
|
|
admin.site.register([Team, PermissionType, Permission, Role, User])
|