im new to Django i did made a tutorial from w3school, now im at the point to deploy the project but i dont want to deploy the project on my own webhost at Webgo. On the Server there is python and modWSGI. But all tutorial i had read they there realy complicated to deploy a project. Can somebody help me to deploy my project on that webserver its running with apache.
I tried to upload the Project but that was not enought im not sure what to do. The docs are a bit to complicated for me. Thats why i hope sombody can descripe me the approach so a newbie can understand that.
我是Django的新手,我从w3School做了一个教程,现在我正在部署这个项目,但我不想在我自己的Webgo网站主机上部署这个项目。在服务器上有python和modWSGI。但我在那里读过的所有教程都非常复杂,无法部署一个项目。有人能帮我把我的项目部署到运行着阿帕奇的网络服务器上吗?我试着上传这个项目,但这是不够的,我不确定要做什么。医生对我来说有点太复杂了。这就是为什么我希望有人能给我描述一下这种方法,这样一个新手就能理解。
I uploaded my project but its not working
我上传了我的项目,但它不起作用
更多回答
WSGIScriptAlias /www/light-natural.de/myworld/my_project/my_project/wsgi.py WSGIPythonHome /www/light-natural.de/myworld/pyvenv WSGIPythonPath /www/light-natural.de <Directory /www/light-natural.de/myworld/> <Files wsgi.py> Require all granted </Files> </Directory>
WSGIScriptAlias/www/light-natural.de/myworld/my_project/my_project/wsgi.py WSGIPythonHome/www/light-natial.de/myworld/pyvenv WSGIPythonPath/www/light-natial.de<目录/www/light-natial.de/myworld/><文件wsgi.py>需要所有已授予的文件>目录>
优秀答案推荐
我是一名优秀的程序员,十分优秀!