简体   繁体   中英

Django: 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 the 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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM