Multiple django sites on Apache / Windows / mod_wsgi - problem with win32

前端 未结 5 458
一向
一向 2020-12-19 07:09

I have two django sites that use the same database and share some of the code. The main parent site is an extranet for staff and contractors, while the second site exposes s

5条回答
  •  Happy的楠姐
    2020-12-19 07:46

    only adding quotes in httpd.conf (as suggested by kiran.gilvaz) was in my case enough to solve the problem. I did not remove pywin32 (pywin32 was version 218).

提交回复
热议问题