Forums

Error running WSGI application 2017-10-29 21:59:33,053: ImportError: No module named website.settings

Hello there, i am unable to deploy my django project. I am a Django newbee!! unable to understand these errors i tried a lot and almost did everything right.

but after all this it throws me error mentioned below

Below are My Project Details, please let if anything else you need to help me in this. Thank you! my project name is website, Git_Main_repository is my git repository that i got my project from. This the git hub project url https://github.com/djangoman18feb/Git_Main_repository.git

Errors in error file are below:

2017-10-29 21:59:33,045: Error running WSGI application 2017-10-29 21:59:33,053: ImportError: No module named website.settings 2017-10-29 21:59:33,053: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 21:59:33,053: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 21:59:33,053: 2017-10-29 21:59:33,053: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 21:59:33,054: django.setup(set_prefix=False) 2017-10-29 21:59:33,054: 2017-10-29 21:59:33,054: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 21:59:33,054: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 21:59:33,054: 2017-10-29 21:59:33,054: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 21:59:33,054: self._setup(name) 2017-10-29 21:59:33,055: 2017-10-29 21:59:33,055: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 21:59:33,055: self._wrapped = Settings(settings_module) 2017-10-29 21:59:33,055: 2017-10-29 21:59:33,055: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 21:59:33,055: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 21:59:33,055: ******* 2017-10-29 21:59:33,055: If you're seeing an import error and don't know why, 2017-10-29 21:59:33,056: we have a dedicated help page to help you debug: 2017-10-29 21:59:33,056: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 21:59:33,056: ******* 2017-10-29 22:03:15,277: Error running WSGI application 2017-10-29 22:03:15,280: ImportError: No module named website.settings 2017-10-29 22:03:15,280: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:03:15,280: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:03:15,281: 2017-10-29 22:03:15,281: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:03:15,281: django.setup(set_prefix=False) 2017-10-29 22:03:15,281: 2017-10-29 22:03:15,281: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:03:15,282: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:03:15,282: 2017-10-29 22:03:15,282: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:03:15,282: self._setup(name) 2017-10-29 22:03:15,282: 2017-10-29 22:03:15,283: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:03:15,283: self._wrapped = Settings(settings_module) 2017-10-29 22:03:15,283: 2017-10-29 22:03:15,283: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:03:15,283: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:03:15,283: ******* 2017-10-29 22:03:15,283: If you're seeing an import error and don't know why, 2017-10-29 22:03:15,284: we have a dedicated help page to help you debug: 2017-10-29 22:03:15,284: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:03:15,284: ******* 2017-10-29 22:03:21,065: Error running WSGI application 2017-10-29 22:03:21,066: ImportError: No module named website.settings 2017-10-29 22:03:21,066: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:03:21,066: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:03:21,066: 2017-10-29 22:03:21,066: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:03:21,066: django.setup(set_prefix=False) 2017-10-29 22:03:21,067: 2017-10-29 22:03:21,067: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:03:21,067: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:03:21,067: 2017-10-29 22:03:21,067: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:03:21,067: self._setup(name) 2017-10-29 22:03:21,067: 2017-10-29 22:03:21,067: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:03:21,067: self._wrapped = Settings(settings_module) 2017-10-29 22:03:21,068: 2017-10-29 22:03:21,068: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:03:21,068: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:03:21,068: ******* 2017-10-29 22:03:21,068: If you're seeing an import error and don't know why, 2017-10-29 22:03:21,068: we have a dedicated help page to help you debug: 2017-10-29 22:03:21,068: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:03:21,068: ******* 2017-10-29 22:13:42,205: Error running WSGI application 2017-10-29 22:13:42,209: ImportError: No module named website.settings 2017-10-29 22:13:42,209: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:13:42,209: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:13:42,209: 2017-10-29 22:13:42,209: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:13:42,209: django.setup(set_prefix=False) 2017-10-29 22:13:42,210: 2017-10-29 22:13:42,210: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:13:42,210: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:13:42,210: 2017-10-29 22:13:42,210: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:13:42,210: self._setup(name) 2017-10-29 22:13:42,210: 2017-10-29 22:13:42,210: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:13:42,211: self._wrapped = Settings(settings_module) 2017-10-29 22:13:42,211: 2017-10-29 22:13:42,211: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:13:42,211: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:13:42,211: ******* 2017-10-29 22:13:42,211: If you're seeing an import error and don't know why, 2017-10-29 22:13:42,211: we have a dedicated help page to help you debug: 2017-10-29 22:13:42,211: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:13:42,211: ******* 2017-10-29 22:19:34,920: Error running WSGI application 2017-10-29 22:19:34,926: ImportError: No module named website.settings 2017-10-29 22:19:34,926: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:19:34,926: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:19:34,926: 2017-10-29 22:19:34,926: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:19:34,926: django.setup(set_prefix=False) 2017-10-29 22:19:34,927: 2017-10-29 22:19:34,927: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:19:34,927: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:19:34,927: 2017-10-29 22:19:34,927: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:19:34,927: self._setup(name) 2017-10-29 22:19:34,927: 2017-10-29 22:19:34,927: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:19:34,928: self._wrapped = Settings(settings_module) 2017-10-29 22:19:34,928: 2017-10-29 22:19:34,928: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:19:34,928: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:19:34,928: ******* 2017-10-29 22:19:34,928: If you're seeing an import error and don't know why, 2017-10-29 22:19:34,928: we have a dedicated help page to help you debug: 2017-10-29 22:19:34,928: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:19:34,929: ******* 2017-10-29 22:33:38,991: Error running WSGI application 2017-10-29 22:33:38,998: ImportError: No module named website.settings 2017-10-29 22:33:38,998: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:33:38,998: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:33:38,998: 2017-10-29 22:33:38,999: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:33:38,999: django.setup(set_prefix=False) 2017-10-29 22:33:38,999: 2017-10-29 22:33:38,999: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:33:38,999: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:33:38,999: 2017-10-29 22:33:38,999: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:33:38,999: self._setup(name) 2017-10-29 22:33:38,999: 2017-10-29 22:33:39,000: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:33:39,000: self._wrapped = Settings(settings_module) 2017-10-29 22:33:39,000: 2017-10-29 22:33:39,000: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:33:39,000: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:33:39,001: ******* 2017-10-29 22:33:39,001: If you're seeing an import error and don't know why, 2017-10-29 22:33:39,001: we have a dedicated help page to help you debug: 2017-10-29 22:33:39,001: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:33:39,001: ******* 2017-10-29 22:34:41,814: Error running WSGI application 2017-10-29 22:34:41,820: ImportError: No module named website.settings 2017-10-29 22:34:41,820: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:34:41,820: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:34:41,820: 2017-10-29 22:34:41,820: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:34:41,821: django.setup(set_prefix=False) 2017-10-29 22:34:41,821: 2017-10-29 22:34:41,821: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:34:41,821: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:34:41,821: 2017-10-29 22:34:41,821: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:34:41,822: self._setup(name) 2017-10-29 22:34:41,822: 2017-10-29 22:34:41,822: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:34:41,822: self._wrapped = Settings(settings_module) 2017-10-29 22:34:41,822: 2017-10-29 22:34:41,823: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:34:41,823: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:34:41,823: ******* 2017-10-29 22:34:41,823: If you're seeing an import error and don't know why, 2017-10-29 22:34:41,823: we have a dedicated help page to help you debug: 2017-10-29 22:34:41,823: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:34:41,824: ******* 2017-10-29 22:34:43,914: Error running WSGI application 2017-10-29 22:34:43,915: ImportError: No module named website.settings 2017-10-29 22:34:43,915: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:34:43,915: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:34:43,915: 2017-10-29 22:34:43,915: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:34:43,915: django.setup(set_prefix=False) 2017-10-29 22:34:43,915: 2017-10-29 22:34:43,915: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:34:43,915: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:34:43,916: 2017-10-29 22:34:43,916: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:34:43,916: self._setup(name) 2017-10-29 22:34:43,916: 2017-10-29 22:34:43,916: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:34:43,916: self._wrapped = Settings(settings_module) 2017-10-29 22:34:43,916: 2017-10-29 22:34:43,916: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:34:43,917: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:34:43,917: ******* 2017-10-29 22:34:43,917: If you're seeing an import error and don't know why, 2017-10-29 22:34:43,917: we have a dedicated help page to help you debug: 2017-10-29 22:34:43,917: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:34:43,917: ******* 2017-10-29 22:35:04,193: Error running WSGI application 2017-10-29 22:35:04,193: ImportError: No module named website.settings 2017-10-29 22:35:04,194: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:35:04,194: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:35:04,194: 2017-10-29 22:35:04,194: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:35:04,194: django.setup(set_prefix=False) 2017-10-29 22:35:04,194: 2017-10-29 22:35:04,194: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:35:04,194: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:35:04,195: 2017-10-29 22:35:04,195: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:35:04,195: self._setup(name) 2017-10-29 22:35:04,195: 2017-10-29 22:35:04,195: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:35:04,195: self._wrapped = Settings(settings_module) 2017-10-29 22:35:04,195: 2017-10-29 22:35:04,195: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:35:04,195: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:35:04,195: ******* 2017-10-29 22:35:04,196: If you're seeing an import error and don't know why, 2017-10-29 22:35:04,196: we have a dedicated help page to help you debug: 2017-10-29 22:35:04,196: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:35:04,196: ******* 2017-10-29 22:35:53,137: Error running WSGI application 2017-10-29 22:35:53,142: ImportError: No module named website.settings 2017-10-29 22:35:53,142: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:35:53,142: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:35:53,142: 2017-10-29 22:35:53,142: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:35:53,143: django.setup(set_prefix=False) 2017-10-29 22:35:53,143: 2017-10-29 22:35:53,143: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:35:53,143: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:35:53,143: 2017-10-29 22:35:53,144: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:35:53,144: self._setup(name) 2017-10-29 22:35:53,144: 2017-10-29 22:35:53,144: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:35:53,144: self._wrapped = Settings(settings_module) 2017-10-29 22:35:53,144: 2017-10-29 22:35:53,145: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:35:53,145: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:35:53,145: ******* 2017-10-29 22:35:53,145: If you're seeing an import error and don't know why, 2017-10-29 22:35:53,145: we have a dedicated help page to help you debug: 2017-10-29 22:35:53,145: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:35:53,146: ******* 2017-10-29 22:36:11,663: Error running WSGI application 2017-10-29 22:36:11,664: ImportError: No module named website.settings 2017-10-29 22:36:11,664: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:36:11,664: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:36:11,664: 2017-10-29 22:36:11,664: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:36:11,665: django.setup(set_prefix=False) 2017-10-29 22:36:11,665: 2017-10-29 22:36:11,665: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:36:11,665: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:36:11,665: 2017-10-29 22:36:11,665: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:36:11,666: self._setup(name) 2017-10-29 22:36:11,666: 2017-10-29 22:36:11,666: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:36:11,666: self._wrapped = Settings(settings_module) 2017-10-29 22:36:11,666: 2017-10-29 22:36:11,667: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:36:11,667: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:36:11,667: ******* 2017-10-29 22:36:11,667: If you're seeing an import error and don't know why, 2017-10-29 22:36:11,667: we have a dedicated help page to help you debug: 2017-10-29 22:36:11,668: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:36:11,668: ******* 2017-10-29 22:39:09,949: Error running WSGI application 2017-10-29 22:39:09,952: ImportError: No module named website.settings 2017-10-29 22:39:09,952: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:39:09,953: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:39:09,953: 2017-10-29 22:39:09,953: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:39:09,953: django.setup(set_prefix=False) 2017-10-29 22:39:09,953: 2017-10-29 22:39:09,953: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:39:09,953: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:39:09,953: 2017-10-29 22:39:09,954: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:39:09,954: self._setup(name) 2017-10-29 22:39:09,954: 2017-10-29 22:39:09,954: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:39:09,954: self._wrapped = Settings(settings_module) 2017-10-29 22:39:09,954: 2017-10-29 22:39:09,954: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:39:09,954: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:39:09,955: ******* 2017-10-29 22:39:09,955: If you're seeing an import error and don't know why, 2017-10-29 22:39:09,955: we have a dedicated help page to help you debug: 2017-10-29 22:39:09,955: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:39:09,955: ******* 2017-10-29 22:59:18,436: Error running WSGI application 2017-10-29 22:59:18,443: ImportError: No module named website.settings 2017-10-29 22:59:18,444: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:59:18,444: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:59:18,444: 2017-10-29 22:59:18,444: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:59:18,445: django.setup(set_prefix=False) 2017-10-29 22:59:18,445: 2017-10-29 22:59:18,445: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:59:18,445: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:59:18,445: 2017-10-29 22:59:18,445: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:59:18,446: self._setup(name) 2017-10-29 22:59:18,446: 2017-10-29 22:59:18,446: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:59:18,446: self._wrapped = Settings(settings_module) 2017-10-29 22:59:18,446: 2017-10-29 22:59:18,447: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:59:18,447: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:59:18,447: ******* 2017-10-29 22:59:18,447: If you're seeing an import error and don't know why, 2017-10-29 22:59:18,447: we have a dedicated help page to help you debug: 2017-10-29 22:59:18,447: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:59:18,448: ******* 2017-10-29 22:59:20,495: Error running WSGI application 2017-10-29 22:59:20,496: ImportError: No module named website.settings 2017-10-29 22:59:20,496: File "/var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py", line 12, in <module> 2017-10-29 22:59:20,496: application = StaticFilesHandler(get_wsgi_application()) 2017-10-29 22:59:20,496: 2017-10-29 22:59:20,496: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application 2017-10-29 22:59:20,496: django.setup(set_prefix=False) 2017-10-29 22:59:20,496: 2017-10-29 22:59:20,496: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/init.py", line 22, in setup 2017-10-29 22:59:20,497: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) 2017-10-29 22:59:20,497: 2017-10-29 22:59:20,497: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 56, in getattr 2017-10-29 22:59:20,497: self._setup(name) 2017-10-29 22:59:20,497: 2017-10-29 22:59:20,497: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 41, in _setup 2017-10-29 22:59:20,498: self._wrapped = Settings(settings_module) 2017-10-29 22:59:20,498: 2017-10-29 22:59:20,498: File "/home/djangoman18feb1988/venv/local/lib/python2.7/site-packages/django/conf/init.py", line 110, in init 2017-10-29 22:59:20,498: mod = importlib.import_module(self.SETTINGS_MODULE) 2017-10-29 22:59:20,498: ******* 2017-10-29 22:59:20,498: If you're seeing an import error and don't know why, 2017-10-29 22:59:20,498: we have a dedicated help page to help you debug: 2017-10-29 22:59:20,499: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2017-10-29 22:59:20,499: *******

Errors in error file are below:

2017-10-29 18:13:17 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 18:13:17 2017] *** 2017-10-29 18:13:17 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 18:13:17 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 18:13:17 nodename: glenn-liveweb6 2017-10-29 18:13:17 machine: x86_64 2017-10-29 18:13:17 clock source: unix 2017-10-29 18:13:17 pcre jit disabled 2017-10-29 18:13:17 detected number of CPU cores: 2 2017-10-29 18:13:17 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 18:13:17 detected binary path: /usr/local/bin/uwsgi 2017-10-29 18:13:17 *** dumping internal routing table *** 2017-10-29 18:13:17 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 18:13:17 *** end of the internal routing table *** 2017-10-29 18:13:17 chdir() to /home/djangoman18feb1988/ 2017-10-29 18:13:17 limiting number of processes to 15... 2017-10-29 18:13:17 your processes number limit is 15 2017-10-29 18:13:17 your memory page size is 4096 bytes 2017-10-29 18:13:17 detected max file descriptor number: 123456 2017-10-29 18:13:17 building mime-types dictionary from file /etc/mime.types... 2017-10-29 18:13:17 536 entry found 2017-10-29 18:13:17 lock engine: pthread robust mutexes 2017-10-29 18:13:17 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 18:13:17 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 18:13:17 Python version: 3.4.3 (default, Nov 17 2016, 01:12:14) [GCC 4.8.4] 2017-10-29 18:13:17 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 18:13:17 Python main interpreter initialized at 0xd54630 2017-10-29 18:13:17 your server socket listen backlog is limited to 100 connections 2017-10-29 18:13:17 your mercy for graceful operations on workers is 60 seconds 2017-10-29 18:13:17 setting request body buffering size to 65536 bytes 2017-10-29 18:13:17 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 18:13:17 *** Operational MODE: single process *** 2017-10-29 18:13:17 initialized 35 metrics 2017-10-29 18:13:17 WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0xd54630 pid: 1661 (default app) 2017-10-29 18:13:17 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 18:13:17 gracefully (RE)spawned uWSGI master process (pid: 1661) 2017-10-29 18:13:17 spawned uWSGI worker 1 (pid: 1662, cores: 1) 2017-10-29 18:13:17 metrics collector thread started 2017-10-29 18:13:17 spawned 2 offload threads for uWSGI worker 1 2017-10-29 20:34:58 Sun Oct 29 20:34:58 2017 - *** /etc/uwsgi/djangoman18feb1988.pythonanywhere.com.ini has been touched... grace them all !!! *** 2017-10-29 20:34:58 ...gracefully killing workers... 2017-10-29 20:34:58 Gracefully killing worker 1 (pid: 1662)... 2017-10-29 21:16:58 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 21:16:58 2017] *** 2017-10-29 21:16:58 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 21:16:58 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 21:16:58 nodename: glenn-liveweb6 2017-10-29 21:16:58 machine: x86_64 2017-10-29 21:16:58 clock source: unix 2017-10-29 21:16:58 pcre jit disabled 2017-10-29 21:16:58 detected number of CPU cores: 2 2017-10-29 21:16:58 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 21:16:58 detected binary path: /usr/local/bin/uwsgi 2017-10-29 21:16:58 *** dumping internal routing table *** 2017-10-29 21:16:58 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 21:16:58 *** end of the internal routing table *** 2017-10-29 21:16:58 chdir() to /home/djangoman18feb1988/ 2017-10-29 21:16:58 limiting number of processes to 15... 2017-10-29 21:16:58 your processes number limit is 15 2017-10-29 21:16:58 your memory page size is 4096 bytes 2017-10-29 21:16:58 detected max file descriptor number: 123456 2017-10-29 21:16:58 building mime-types dictionary from file /etc/mime.types... 2017-10-29 21:16:58 536 entry found 2017-10-29 21:16:58 lock engine: pthread robust mutexes 2017-10-29 21:16:58 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 21:16:58 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 21:16:58 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 21:16:58 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 21:16:58 Python main interpreter initialized at 0x1de80d0 2017-10-29 21:16:58 your server socket listen backlog is limited to 100 connections 2017-10-29 21:16:58 your mercy for graceful operations on workers is 60 seconds 2017-10-29 21:16:58 setting request body buffering size to 65536 bytes 2017-10-29 21:16:58 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 21:16:58 *** Operational MODE: single process *** 2017-10-29 21:16:58 initialized 35 metrics 2017-10-29 21:16:58 WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x1de80d0 pid: 9841 (default app) 2017-10-29 21:16:58 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 21:16:58 gracefully (RE)spawned uWSGI master process (pid: 9841) 2017-10-29 21:16:58 spawned uWSGI worker 1 (pid: 9842, cores: 1) 2017-10-29 21:16:58 metrics collector thread started 2017-10-29 21:16:58 spawned 2 offload threads for uWSGI worker 1 2017-10-29 21:17:45 announcing my loyalty to the Emperor... 2017-10-29 21:28:32 Sun Oct 29 21:28:32 2017 - *** /var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py has been touched... grace them all !!! *** 2017-10-29 21:28:32 ...gracefully killing workers... 2017-10-29 21:28:32 Gracefully killing worker 1 (pid: 9842)... 2017-10-29 21:28:39 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 21:28:36 2017] *** 2017-10-29 21:28:39 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 21:28:39 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 21:28:39 nodename: glenn-liveweb6 2017-10-29 21:28:39 machine: x86_64 2017-10-29 21:28:39 clock source: unix 2017-10-29 21:28:39 pcre jit disabled 2017-10-29 21:28:39 detected number of CPU cores: 2 2017-10-29 21:28:39 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 21:28:39 detected binary path: /usr/local/bin/uwsgi 2017-10-29 21:28:39 *** dumping internal routing table *** 2017-10-29 21:28:39 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 21:28:39 *** end of the internal routing table *** 2017-10-29 21:28:39 chdir() to /home/djangoman18feb1988/ 2017-10-29 21:28:39 limiting number of processes to 15... 2017-10-29 21:28:39 your processes number limit is 15 2017-10-29 21:28:39 your memory page size is 4096 bytes 2017-10-29 21:28:39 detected max file descriptor number: 123456 2017-10-29 21:28:39 building mime-types dictionary from file /etc/mime.types... 2017-10-29 21:28:39 536 entry found 2017-10-29 21:28:39 lock engine: pthread robust mutexes 2017-10-29 21:28:39 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 21:28:39 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 21:28:39 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 21:28:39 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 21:28:39 Python main interpreter initialized at 0x1c3e0d0 2017-10-29 21:28:39 your server socket listen backlog is limited to 100 connections 2017-10-29 21:28:39 your mercy for graceful operations on workers is 60 seconds 2017-10-29 21:28:39 setting request body buffering size to 65536 bytes 2017-10-29 21:28:39 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 21:28:39 *** Operational MODE: single process *** 2017-10-29 21:28:39 initialized 35 metrics 2017-10-29 21:28:39 WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x1c3e0d0 pid: 10275 (default app) 2017-10-29 21:28:39 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 21:28:39 gracefully (RE)spawned uWSGI master process (pid: 10275) 2017-10-29 21:28:39 spawned uWSGI worker 1 (pid: 10278, cores: 1) 2017-10-29 21:28:39 metrics collector thread started 2017-10-29 21:28:39 spawned 2 offload threads for uWSGI worker 1 2017-10-29 21:41:34 Sun Oct 29 21:41:34 2017 - *** /var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py has been touched... grace them all !!! *** 2017-10-29 21:41:34 ...gracefully killing workers... 2017-10-29 21:41:34 Gracefully killing worker 1 (pid: 10712)... 2017-10-29 21:41:40 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 21:41:38 2017] *** 2017-10-29 21:41:40 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 21:41:40 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 21:41:40 nodename: glenn-liveweb6 2017-10-29 21:41:40 machine: x86_64 2017-10-29 21:41:40 clock source: unix 2017-10-29 21:41:40 pcre jit disabled 2017-10-29 21:41:40 detected number of CPU cores: 2 2017-10-29 21:41:40 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 21:41:40 detected binary path: /usr/local/bin/uwsgi 2017-10-29 21:41:40 *** dumping internal routing table *** 2017-10-29 21:41:40 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 21:41:40 *** end of the internal routing table *** 2017-10-29 21:41:40 chdir() to /home/djangoman18feb1988/ 2017-10-29 21:41:40 limiting number of processes to 15... 2017-10-29 21:41:40 your processes number limit is 15 2017-10-29 21:41:40 your memory page size is 4096 bytes 2017-10-29 21:41:40 detected max file descriptor number: 123456 2017-10-29 21:41:40 building mime-types dictionary from file /etc/mime.types... 2017-10-29 21:41:40 536 entry found 2017-10-29 21:41:40 lock engine: pthread robust mutexes 2017-10-29 21:41:40 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 21:41:40 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 21:41:40 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 21:41:40 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 21:41:40 Python main interpreter initialized at 0x14e20d0 2017-10-29 21:41:40 your server socket listen backlog is limited to 100 connections 2017-10-29 21:41:40 your mercy for graceful operations on workers is 60 seconds 2017-10-29 21:41:40 setting request body buffering size to 65536 bytes 2017-10-29 21:41:40 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 21:41:40 *** Operational MODE: single process *** 2017-10-29 21:41:40 initialized 35 metrics 2017-10-29 21:41:40 WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x14e20d0 pid: 10720 (default app) 2017-10-29 21:41:40 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 21:41:40 gracefully (RE)spawned uWSGI master process (pid: 10720) 2017-10-29 21:41:40 spawned uWSGI worker 1 (pid: 10723, cores: 1) 2017-10-29 21:41:40 metrics collector thread started 2017-10-29 21:41:40 spawned 2 offload threads for uWSGI worker 1 2017-10-29 21:42:10 Sun Oct 29 21:42:10 2017 - *** /var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py has been touched... grace them all !!! *** 2017-10-29 21:42:10 ...gracefully killing workers... 2017-10-29 21:42:10 Gracefully killing worker 1 (pid: 10723)... 2017-10-29 21:42:17 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 21:42:14 2017] *** 2017-10-29 21:42:17 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 21:42:17 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 21:42:17 nodename: glenn-liveweb6 2017-10-29 21:42:17 machine: x86_64 2017-10-29 21:42:17 clock source: unix 2017-10-29 21:42:17 pcre jit disabled 2017-10-29 21:42:17 detected number of CPU cores: 2 2017-10-29 21:42:17 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 21:42:17 detected binary path: /usr/local/bin/uwsgi 2017-10-29 21:42:17 *** dumping internal routing table *** 2017-10-29 21:42:17 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 21:42:17 *** end of the internal routing table *** 2017-10-29 21:42:17 chdir() to /home/djangoman18feb1988/ 2017-10-29 21:42:17 limiting number of processes to 15... 2017-10-29 21:42:17 your processes number limit is 15 2017-10-29 21:42:17 your memory page size is 4096 bytes 2017-10-29 21:42:17 detected max file descriptor number: 123456 2017-10-29 21:42:17 building mime-types dictionary from file /etc/mime.types... 2017-10-29 21:42:17 536 entry found 2017-10-29 21:42:17 lock engine: pthread robust mutexes 2017-10-29 21:42:17 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 21:42:17 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 21:42:17 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 21:42:17 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 21:42:17 Python main interpreter initialized at 0x12a90d0 2017-10-29 21:42:17 your server socket listen backlog is limited to 100 connections 2017-10-29 21:42:17 your mercy for graceful operations on workers is 60 seconds 2017-10-29 21:42:17 setting request body buffering size to 65536 bytes 2017-10-29 21:42:17 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 21:42:17 *** Operational MODE: single process *** 2017-10-29 21:42:17 initialized 35 metrics 2017-10-29 21:42:17 WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x12a90d0 pid: 10772 (default app) 2017-10-29 21:42:17 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 21:42:17 gracefully (RE)spawned uWSGI master process (pid: 10772) 2017-10-29 21:42:17 spawned uWSGI worker 1 (pid: 10777, cores: 1) 2017-10-29 21:42:17 metrics collector thread started 2017-10-29 21:42:17 spawned 2 offload threads for uWSGI worker 1 2017-10-29 21:46:50 Sun Oct 29 21:46:50 2017 - *** /var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py has been touched... grace them all !!! *** 2017-10-29 21:46:50 ...gracefully killing workers... 2017-10-29 21:46:50 Gracefully killing worker 1 (pid: 10777)... 2017-10-29 21:46:56 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 21:46:54 2017] *** 2017-10-29 21:46:56 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 21:46:56 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 21:46:56 nodename: glenn-liveweb6 2017-10-29 21:46:56 machine: x86_64 2017-10-29 21:46:56 clock source: unix 2017-10-29 21:46:56 pcre jit disabled 2017-10-29 21:46:56 detected number of CPU cores: 2 2017-10-29 21:46:56 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 21:46:56 detected binary path: /usr/local/bin/uwsgi 2017-10-29 21:46:56 *** dumping internal routing table *** 2017-10-29 21:46:56 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 21:46:56 *** end of the internal routing table *** 2017-10-29 21:46:56 chdir() to /home/djangoman18feb1988/ 2017-10-29 21:46:56 limiting number of processes to 15... 2017-10-29 21:46:56 your processes number limit is 15 2017-10-29 21:46:56 your memory page size is 4096 bytes 2017-10-29 21:46:56 detected max file descriptor number: 123456 2017-10-29 21:46:56 building mime-types dictionary from file /etc/mime.types... 2017-10-29 21:46:56 536 entry found 2017-10-29 21:46:56 lock engine: pthread robust mutexes 2017-10-29 21:46:56 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 21:46:56 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 21:46:56 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 21:46:56 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 21:46:56 Python main interpreter initialized at 0x16c30d0 2017-10-29 21:46:56 your server socket listen backlog is limited to 100 connections 2017-10-29 21:46:56 your mercy for graceful operations on workers is 60 seconds 2017-10-29 21:46:56 setting request body buffering size to 65536 bytes 2017-10-29 21:46:56 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 21:46:56 *** Operational MODE: single process *** 2017-10-29 21:46:56 initialized 35 metrics 2017-10-29 21:46:56 WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x16c30d0 pid: 10968 (default app) 2017-10-29 21:46:56 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 21:46:56 gracefully (RE)spawned uWSGI master process (pid: 10968) 2017-10-29 21:46:56 spawned uWSGI worker 1 (pid: 10971, cores: 1) 2017-10-29 21:46:56 metrics collector thread started 2017-10-29 21:46:56 spawned 2 offload threads for uWSGI worker 1 2017-10-29 21:47:55 Sun Oct 29 21:47:55 2017 - *** /var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py has been touched... grace them all !!! *** 2017-10-29 21:47:55 ...gracefully killing workers... 2017-10-29 21:47:55 Gracefully killing worker 1 (pid: 10971)... 2017-10-29 21:48:04 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 21:48:02 2017] *** 2017-10-29 21:48:04 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 21:48:04 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 21:48:04 nodename: glenn-liveweb6 2017-10-29 21:48:04 machine: x86_64 2017-10-29 21:48:04 clock source: unix 2017-10-29 21:48:04 pcre jit disabled 2017-10-29 21:48:04 detected number of CPU cores: 2 2017-10-29 21:48:04 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 21:48:04 detected binary path: /usr/local/bin/uwsgi 2017-10-29 21:48:04 *** dumping internal routing table *** 2017-10-29 21:48:04 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 21:48:04 *** end of the internal routing table *** 2017-10-29 21:48:04 chdir() to /home/djangoman18feb1988/ 2017-10-29 21:48:04 limiting number of processes to 15... 2017-10-29 21:48:04 your processes number limit is 15 2017-10-29 21:48:04 your memory page size is 4096 bytes 2017-10-29 21:48:04 detected max file descriptor number: 123456 2017-10-29 21:48:04 building mime-types dictionary from file /etc/mime.types... 2017-10-29 21:48:04 536 entry found 2017-10-29 21:48:04 lock engine: pthread robust mutexes 2017-10-29 21:48:04 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 21:48:04 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 21:48:04 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 21:48:04 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 21:48:04 Python main interpreter initialized at 0xa210d0 2017-10-29 21:48:04 your server socket listen backlog is limited to 100 connections 2017-10-29 21:48:04 your mercy for graceful operations on workers is 60 seconds 2017-10-29 21:48:04 setting request body buffering size to 65536 bytes 2017-10-29 21:48:04 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 21:48:04 *** Operational MODE: single process *** 2017-10-29 21:48:04 initialized 35 metrics 2017-10-29 21:48:04 WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0xa210d0 pid: 11001 (default app) 2017-10-29 21:48:04 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 21:48:04 gracefully (RE)spawned uWSGI master process (pid: 11001) 2017-10-29 21:48:04 spawned uWSGI worker 1 (pid: 11005, cores: 1) 2017-10-29 21:48:04 metrics collector thread started 2017-10-29 21:48:04 spawned 2 offload threads for uWSGI worker 1 2017-10-29 21:59:23 Sun Oct 29 21:59:23 2017 - received message 1 from emperor 2017-10-29 21:59:23 ...gracefully killing workers... 2017-10-29 21:59:23 Gracefully killing worker 1 (pid: 11005)... 2017-10-29 21:59:33 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 21:59:30 2017] *** 2017-10-29 21:59:33 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 21:59:33 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 21:59:33 nodename: glenn-liveweb6 2017-10-29 21:59:33 machine: x86_64 2017-10-29 21:59:33 clock source: unix 2017-10-29 21:59:33 pcre jit disabled 2017-10-29 21:59:33 detected number of CPU cores: 2 2017-10-29 21:59:33 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 21:59:33 detected binary path: /usr/local/bin/uwsgi 2017-10-29 21:59:33 *** dumping internal routing table *** 2017-10-29 21:59:33 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 21:59:33 *** end of the internal routing table *** 2017-10-29 21:59:33 chdir() to /home/djangoman18feb1988/ 2017-10-29 21:59:33 limiting number of processes to 15... 2017-10-29 21:59:33 your processes number limit is 15 2017-10-29 21:59:33 your memory page size is 4096 bytes 2017-10-29 21:59:33 detected max file descriptor number: 123456 2017-10-29 21:59:33 building mime-types dictionary from file /etc/mime.types... 2017-10-29 21:59:33 536 entry found 2017-10-29 21:59:33 lock engine: pthread robust mutexes 2017-10-29 21:59:33 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 21:59:33 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 21:59:33 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 21:59:33 Set PythonHome to /home/djangoman18feb1988/venv 2017-10-29 21:59:33 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 21:59:33 Python main interpreter initialized at 0x1bf8140 2017-10-29 21:59:33 your server socket listen backlog is limited to 100 connections 2017-10-29 21:59:33 your mercy for graceful operations on workers is 60 seconds 2017-10-29 21:59:33 setting request body buffering size to 65536 bytes 2017-10-29 21:59:33 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 21:59:33 *** Operational MODE: single process *** 2017-10-29 21:59:33 initialized 35 metrics 2017-10-29 21:59:33 WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x1bf8140 pid: 11417 (default app) 2017-10-29 21:59:33 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 21:59:33 gracefully (RE)spawned uWSGI master process (pid: 11417) 2017-10-29 21:59:33 spawned uWSGI worker 1 (pid: 11420, cores: 1) 2017-10-29 21:59:33 metrics collector thread started 2017-10-29 21:59:33 spawned 2 offload threads for uWSGI worker 1 2017-10-29 21:59:33 announcing my loyalty to the Emperor... 2017-10-29 22:03:10 Sun Oct 29 22:03:10 2017 - received message 1 from emperor 2017-10-29 22:03:10 ...gracefully killing workers... 2017-10-29 22:03:10 Gracefully killing worker 1 (pid: 11420)... 2017-10-29 22:03:13 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 22:03:11 2017] *** 2017-10-29 22:03:13 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 22:03:13 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 22:03:13 nodename: glenn-liveweb6 2017-10-29 22:03:13 machine: x86_64 2017-10-29 22:03:13 clock source: unix 2017-10-29 22:03:13 pcre jit disabled 2017-10-29 22:03:13 detected number of CPU cores: 2 2017-10-29 22:03:13 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 22:03:13 detected binary path: /usr/local/bin/uwsgi 2017-10-29 22:03:13 *** dumping internal routing table *** 2017-10-29 22:03:13 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 22:03:13 *** end of the internal routing table *** 2017-10-29 22:03:13 chdir() to /home/djangoman18feb1988/ 2017-10-29 22:03:13 limiting number of processes to 15... 2017-10-29 22:03:13 your processes number limit is 15 2017-10-29 22:03:13 your memory page size is 4096 bytes 2017-10-29 22:03:13 detected max file descriptor number: 123456 2017-10-29 22:03:13 building mime-types dictionary from file /etc/mime.types... 2017-10-29 22:03:13 536 entry found 2017-10-29 22:03:13 lock engine: pthread robust mutexes 2017-10-29 22:03:13 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 22:03:13 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 22:03:13 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 22:03:13 Set PythonHome to /home/djangoman18feb1988/venv 2017-10-29 22:03:13 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 22:03:13 Python main interpreter initialized at 0x147e140 2017-10-29 22:03:13 your server socket listen backlog is limited to 100 connections 2017-10-29 22:03:13 your mercy for graceful operations on workers is 60 seconds 2017-10-29 22:03:13 setting request body buffering size to 65536 bytes 2017-10-29 22:03:13 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 22:03:13 *** Operational MODE: single process *** 2017-10-29 22:03:13 initialized 35 metrics 2017-10-29 22:03:13 WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x147e140 pid: 11602 (default app) 2017-10-29 22:03:13 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 22:03:13 gracefully (RE)spawned uWSGI master process (pid: 11602) 2017-10-29 22:03:13 spawned uWSGI worker 1 (pid: 11606, cores: 1) 2017-10-29 22:03:13 metrics collector thread started 2017-10-29 22:03:13 spawned 2 offload threads for uWSGI worker 1 2017-10-29 22:03:15 announcing my loyalty to the Emperor... 2017-10-29 22:13:49 Sun Oct 29 22:13:49 2017 - *** /var/www/djangoman18feb1988_pythonanywhere_com_wsgi.py has been touched... grace them all !!! *** 2017-10-29 22:13:49 ...gracefully killing workers... 2017-10-29 22:13:49 Gracefully killing worker 1 (pid: 11606)... 2017-10-29 22:13:52 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 22:13:50 2017] *** 2017-10-29 22:13:52 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 22:13:52 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 22:13:52 nodename: glenn-liveweb6 2017-10-29 22:13:52 machine: x86_64 2017-10-29 22:13:52 clock source: unix 2017-10-29 22:13:52 pcre jit disabled 2017-10-29 22:13:52 detected number of CPU cores: 2 2017-10-29 22:13:52 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 22:13:52 detected binary path: /usr/local/bin/uwsgi 2017-10-29 22:13:52 *** dumping internal routing table *** 2017-10-29 22:13:52 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 22:13:52 *** end of the internal routing table *** 2017-10-29 22:13:52 chdir() to /home/djangoman18feb1988/ 2017-10-29 22:13:52 limiting number of processes to 15... 2017-10-29 22:13:52 your processes number limit is 15 2017-10-29 22:13:52 your memory page size is 4096 bytes 2017-10-29 22:13:52 detected max file descriptor number: 123456 2017-10-29 22:13:52 building mime-types dictionary from file /etc/mime.types... 2017-10-29 22:13:52 536 entry found 2017-10-29 22:13:52 lock engine: pthread robust mutexes 2017-10-29 22:13:52 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 22:13:52 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 22:13:52 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 22:13:52 Set PythonHome to /home/djangoman18feb1988/venv 2017-10-29 22:13:52 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 22:13:52 Python main interpreter initialized at 0x1c86140 2017-10-29 22:13:52 your server socket listen backlog is limited to 100 connections 2017-10-29 22:13:52 your mercy for graceful operations on workers is 60 seconds 2017-10-29 22:13:52 setting request body buffering size to 65536 bytes 2017-10-29 22:13:52 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 22:13:52 *** Operational MODE: single process *** 2017-10-29 22:13:52 initialized 35 metrics 2017-10-29 22:13:52 WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x1c86140 pid: 11969 (default app) 2017-10-29 22:13:52 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 22:13:52 gracefully (RE)spawned uWSGI master process (pid: 11969) 2017-10-29 22:13:52 spawned uWSGI worker 1 (pid: 11982, cores: 1) 2017-10-29 22:13:52 metrics collector thread started 2017-10-29 22:13:52 spawned 2 offload threads for uWSGI worker 1 2017-10-29 22:19:34 announcing my loyalty to the Emperor... 2017-10-29 22:34:37 Sun Oct 29 22:34:37 2017 - received message 1 from emperor 2017-10-29 22:34:37 ...gracefully killing workers... 2017-10-29 22:34:37 Gracefully killing worker 1 (pid: 12151)... 2017-10-29 22:34:40 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 22:34:38 2017] *** 2017-10-29 22:34:40 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 22:34:40 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 22:34:40 nodename: glenn-liveweb6 2017-10-29 22:34:40 machine: x86_64 2017-10-29 22:34:40 clock source: unix 2017-10-29 22:34:40 pcre jit disabled 2017-10-29 22:34:40 detected number of CPU cores: 2 2017-10-29 22:34:40 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 22:34:40 detected binary path: /usr/local/bin/uwsgi 2017-10-29 22:34:40 *** dumping internal routing table *** 2017-10-29 22:34:40 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 22:34:40 *** end of the internal routing table *** 2017-10-29 22:34:40 chdir() to /home/djangoman18feb1988/ 2017-10-29 22:34:40 limiting number of processes to 15... 2017-10-29 22:34:40 your processes number limit is 15 2017-10-29 22:34:40 your memory page size is 4096 bytes 2017-10-29 22:34:40 detected max file descriptor number: 123456 2017-10-29 22:34:40 building mime-types dictionary from file /etc/mime.types... 2017-10-29 22:34:40 536 entry found 2017-10-29 22:34:40 lock engine: pthread robust mutexes 2017-10-29 22:34:40 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 22:34:40 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 22:34:40 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 22:34:40 Set PythonHome to /home/djangoman18feb1988/venv 2017-10-29 22:34:40 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 22:34:40 Python main interpreter initialized at 0x2507140 2017-10-29 22:34:40 your server socket listen backlog is limited to 100 connections 2017-10-29 22:34:40 your mercy for graceful operations on workers is 60 seconds 2017-10-29 22:34:40 setting request body buffering size to 65536 bytes 2017-10-29 22:34:40 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 22:34:40 *** Operational MODE: single process *** 2017-10-29 22:34:40 initialized 35 metrics 2017-10-29 22:34:40 WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x2507140 pid: 12546 (default app) 2017-10-29 22:34:40 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 22:34:40 gracefully (RE)spawned uWSGI master process (pid: 12546) 2017-10-29 22:34:40 spawned uWSGI worker 1 (pid: 12549, cores: 1) 2017-10-29 22:34:40 metrics collector thread started 2017-10-29 22:34:40 spawned 2 offload threads for uWSGI worker 1 2017-10-29 22:34:41 announcing my loyalty to the Emperor... 2017-10-29 22:59:14 Sun Oct 29 22:59:14 2017 - *** /etc/uwsgi/djangoman18feb1988.pythonanywhere.com.ini has been touched... grace them all !!! *** 2017-10-29 22:59:14 ...gracefully killing workers... 2017-10-29 22:59:14 Gracefully killing worker 1 (pid: 12549)... 2017-10-29 22:59:14 Sun Oct 29 22:59:14 2017 - received message 0 from emperor 2017-10-29 22:59:14 SIGINT/SIGQUIT received...killing workers... 2017-10-29 22:59:14 worker 1 buried after 0 seconds 2017-10-29 22:59:14 goodbye to uWSGI. 2017-10-29 22:59:14 chdir(): No such file or directory [core/uwsgi.c line 1590] 2017-10-29 22:59:14 VACUUM: unix socket /var/sockets/djangoman18feb1988.pythonanywhere.com/socket removed. 2017-10-29 22:59:16 *** Starting uWSGI 2.0.14 (64bit) on [Sun Oct 29 22:59:14 2017] *** 2017-10-29 22:59:16 compiled with version: 5.4.0 20160609 on 30 June 2017 17:32:30 2017-10-29 22:59:16 os: Linux-4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 2017-10-29 22:59:16 nodename: glenn-liveweb6 2017-10-29 22:59:16 machine: x86_64 2017-10-29 22:59:16 clock source: unix 2017-10-29 22:59:16 pcre jit disabled 2017-10-29 22:59:16 detected number of CPU cores: 2 2017-10-29 22:59:16 current working directory: (unreachable)/etc/uwsgi/vassals 2017-10-29 22:59:16 detected binary path: /usr/local/bin/uwsgi 2017-10-29 22:59:16 *** dumping internal routing table *** 2017-10-29 22:59:16 [rule: 0] subject: path_info regexp: .svgz$ action: addheader:Content-Encoding:gzip 2017-10-29 22:59:16 *** end of the internal routing table *** 2017-10-29 22:59:16 chdir() to /home/djangoman18feb1988/ 2017-10-29 22:59:16 limiting number of processes to 15... 2017-10-29 22:59:16 your processes number limit is 15 2017-10-29 22:59:16 your memory page size is 4096 bytes 2017-10-29 22:59:16 detected max file descriptor number: 123456 2017-10-29 22:59:16 building mime-types dictionary from file /etc/mime.types... 2017-10-29 22:59:16 536 entry found 2017-10-29 22:59:16 lock engine: pthread robust mutexes 2017-10-29 22:59:16 thunder lock: disabled (you can enable it with --thunder-lock) 2017-10-29 22:59:16 uwsgi socket 0 bound to UNIX address /var/sockets/djangoman18feb1988.pythonanywhere.com/socket fd 3 2017-10-29 22:59:16 Python version: 2.7.6 (default, Oct 26 2016, 20:33:43) [GCC 4.8.4] 2017-10-29 22:59:16 Set PythonHome to /home/djangoman18feb1988/venv 2017-10-29 22:59:16 *** Python threads support is disabled. You can enable it with --enable-threads *** 2017-10-29 22:59:16 Python main interpreter initialized at 0x1b2d140 2017-10-29 22:59:16 your server socket listen backlog is limited to 100 connections 2017-10-29 22:59:16 your mercy for graceful operations on workers is 60 seconds 2017-10-29 22:59:16 setting request body buffering size to 65536 bytes 2017-10-29 22:59:16 mapped 333952 bytes (326 KB) for 1 cores 2017-10-29 22:59:16 *** Operational MODE: single process *** 2017-10-29 22:59:16 initialized 35 metrics 2017-10-29 22:59:16 WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x1b2d140 pid: 13145 (default app) 2017-10-29 22:59:16 *** uWSGI is running in multiple interpreter mode *** 2017-10-29 22:59:16 gracefully (RE)spawned uWSGI master process (pid: 13145) 2017-10-29 22:59:16 spawned uWSGI worker 1 (pid: 13150, cores: 1) 2017-10-29 22:59:16 metrics collector thread started 2017-10-29 22:59:16 spawned 2 offload threads for uWSGI worker 1 2017-10-29 22:59:18 announcing my loyalty to the Emperor...

Can anyone help? please!

There is a link in the traceback. Follow the link. Work through the debugging steps there.