Deploying django app on Apache mod_python

前端 未结 5 2089
故里飘歌
故里飘歌 2021-02-11 07:51

I\'ve finished making a site in django called \'kazbah\', and I\'m trying to deploy.

All the code for the kazbah site is in /home/git/DjangoProjects/kazbah and my httpd.

5条回答
  •  猫巷女王i
    2021-02-11 08:44

    Louis, your configuration looks exactly like ones I used before I switched to mod_wsgi, so there must be something else wrong. Maybe you are missing an __init__.py file in /home/git/DjangoProjects/kazbah?

提交回复
热议问题