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