开发者

Django: ImportError: No module named ?z?

开发者 https://www.devze.com 2023-01-06 18:56 出处:网络
Hi I am trying to deploy a django app with uwsgi. I keep getting Import Errors that look like this: ImportError: No module named ?z?

Hi I am trying to deploy a django app with uwsgi. I keep getting Import Errors that look like this:

ImportError: No module named ?z?

-or-

ImportError: No module named ?j?

-or-

ImportError: No module named `?6

So basically the output of the module seems like gibberish and I am unable to figure out t开发者_JS百科he problem. Does anybody have an idea what the problem could be?


Seems like you have missed a comma in the settings.INSTALLED_APPS, after the app name. Go, check!

0

精彩评论

暂无评论...
验证码 换一张
取 消