Django + FastCGI - randomly raising OperationalError

前端 未结 13 1131
忘掉有多难
忘掉有多难 2020-12-31 19:24

I\'m running a Django application. Had it under Apache + mod_python before, and it was all OK. Switched to Lighttpd + FastCGI. Now I randomly get the following exception (ne

13条回答
  •  时光说笑
    2020-12-31 19:47

    The problem could be mainly with Imports. Atleast thats what happened to me. I wrote my own solution after finding nothing from the web. Please check my blogpost here: Simple Python Utility to check all Imports in your project

    Ofcourse this will only help you to get to the solution of the original issue pretty quickly and not the actual solution for your problem by itself.

提交回复
热议问题