且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

当我尝试运行python程序时,遇到了Django导入模块错误

更新时间:2023-10-14 11:38:22

好,我终于在网上找到了解决方案:首先要做的是:pip卸载whitenoise然后做:pip安装"whitenoise< 4"

Ok, I finally found the solution online: first do: pip uninstall whitenoise then do: pip install "whitenoise<4"

还要感谢所有在此帖子上发表建议的人.

Also, appreciate everyone who posted suggestion on this post.