当我在生产环境中单击任何保存按钮时,在 django 的管理员中找不到带有 POST 请求的页面

Page not found with POST request in the django's admin when i click any of the save button in Production environment

起初,我尝试在共享主机平台上通过终端安装 MySQLclient,结果 GCC 权限被拒绝,我联系了域的管理员,但没有任何帮助。我决定改用 SQLite,一切正常,令我惊讶的是没有请求迁移。现在,当我想在 django 管理页面中添加产品时,当我单击保存按钮时,我收到一个错误消息,即 page not found with request Post。当我在管理员页面在线请求同一页面时,在开发中一切正常,它加载正常。请帮助

这里是 gcc 权限被拒绝 Got this error when i tried pip install mysqlclient in cpanel terminal

这是后台的产品页面 This is the product page while at the admin page

这是我点击任何保存按钮时的错误 This the error i get when i try to save the product by clicking any of the save buttons

我通过安装 django 2.1 逃脱了被拒绝的 gcc 权限,并遵循了这个 对我有用,但现在的问题是当我添加一个带有图像字段的产品时,我得到找不到请求的页面 post