add sort support

add ManyToManyField support
This commit is contained in:
long2ice
2020-04-09 23:58:34 +08:00
parent a9b1e40e7c
commit 9658eacc36
9 changed files with 142 additions and 42 deletions

View File

@ -49,6 +49,11 @@ def create_app():
name='应用',
url='/rest/App',
icon='fa fa-pencil',
sort_fields=('uaid',)
),
Menu(
name='多对多测试',
url='/rest/ManyToManyTest'
),
Menu(
name='阿里云秘钥',