Forums

ImportError: No module named mysite.settings

Could any one please help me to solve the following error?

2016-05-20 12:21:40,129 :Error running WSGI application Traceback (most recent call last): File "/bin/user_wsgi_wrapper.py", line 154, in call app_iterator = self.app(environ, start_response) File "/bin/user_wsgi_wrapper.py", line 170, in import_error_application raise e ImportError: No module named mysite.settings

This help page should help you debug that.

Thank you, I fix it.

:)