mirror of
https://github.com/hequan2017/seal.git
synced 2026-05-05 07:21:53 +08:00
4 lines
86 B
Python
4 lines
86 B
Python
from django.contrib import admin
|
|
from assets.form import Ecs
|
|
|
|
admin.site.register(Ecs) |