摘要:
问题一:安装 MySQL-python 提示:ImportError: libmysqlclient.so.20: cannot open shared object file: No such file or directory 问题二:运行django已安装了mysqlclient,却依然报错: 阅读全文
摘要:
错误信息1: 报错信息: TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False. 错误原因: return JsonResponse(serializer.data 阅读全文