摘要:
修改了数据库表名之后,更新数据库时跳错: django.db.utils.NotSupportedError: Renaming the 'app_class' table while in a transaction is not supported on SQLite because it wo 阅读全文
posted @ 2020-06-26 16:53
Jerome12138
阅读(972)
评论(0)
推荐(0)
摘要:
网页上传文件报413 Request Entity Too Large错误解决办法 产生这种原因是因为服务器限制了上传大小 nginx服务器的解决办法 修改nginx.conf的值就可以解决了 将以下代码粘贴到nginx.conf内 client_max_body_size 20M; 可以选择在ht 阅读全文
posted @ 2020-06-26 16:44
Jerome12138
阅读(1049)
评论(0)
推荐(0)

浙公网安备 33010602011771号