PythonAnywhere WSGI报错(解决办法是没找到怎么设置)
PythonAnywhere WSGI error (solution is not found how to set is)
正如这个答案所建议的那样 我的变量也设置为 mysite。而我的网站名称是项目。现在我如何设置此变量以在实时服务器上进行项目?
最后我通过
得到了答案
python manage.py collectstatic
因为它指向旧站点名称。
正如这个答案所建议的那样
最后我通过
得到了答案python manage.py collectstatic
因为它指向旧站点名称。