JerryZheng

Results 3 issues of JerryZheng

### This function solves the problem (这个功能解决的问题) 目的是想给照片墙加draggable控制file-list顺序 ### Expected API (期望的 API) upload image-card 类型给个文件组件,或者image-card上draggable功能

feature request
priority: low

peewee 用旧的session登录持续超过了8个小时,第二天会失效

把app的utils里的query_to_list删了,不再需要转list了,直接用就OK了 views.py那段dict再改为: ``` dict = {'content': query, 'total_count': total_count, 'total_page': math.ceil(total_count / length), 'page': page, 'length': length} ```