Simple系列
Appearance
先将QuerySet 转为list
users=User.objects.all() json.dumps(list(users))
遇到的问题,做个记录,方便日后查看。