Django: ImportError: No module named ?z?

风格不统一 提交于 2019-12-13 03:41:27

问题


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 the problem. Does anybody have an idea what the problem could be?


回答1:


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



来源:https://stackoverflow.com/questions/3212396/django-importerror-no-module-named-z

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!