mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-05 03:49:04 +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) |