mirror of
https://github.com/hequan2017/seal.git
synced 2026-02-03 18:23:34 +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) |