Forums

Unhandled Exception

Traceback (most recent call last):
2015-11-03 02:04:49,274 :  File "/bin/user_wsgi_wrapper.py", line 134, in __call__
2015-11-03 02:04:49,275 :    self.error_log_file.logger.exception("Error running WSGI application")
2015-11-03 02:04:49,275 :  File "/usr/lib/python2.7/logging/__init__.py", line 1185, in exception
2015-11-03 02:04:49,275 :    self.error(msg, *args, **kwargs)
2015-11-03 02:04:49,275 :  File "/usr/lib/python2.7/logging/__init__.py", line 1178, in error
2015-11-03 02:04:49,275 :    self._log(ERROR, msg, args, **kwargs)
2015-11-03 02:04:49,276 :  File "/usr/lib/python2.7/logging/__init__.py", line 1270, in _log
2015-11-03 02:04:49,276 :    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2015-11-03 02:04:49,276 :  File "/usr/lib/python2.7/logging/__init__.py", line 1244, in makeRecord
2015-11-03 02:04:49,276 :    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2015-11-03 02:04:49,276 :  File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2015-11-03 02:04:49,276 :    self.threadName = threading.current_thread().name
2015-11-03 02:04:49,276 :  File "/usr/lib/python2.7/threading.py", line 1160, in currentThread
2015-11-03 02:04:49,277 :    return _active[_get_ident()]
2015-11-03 02:04:49,277 :  File "/bin/user_wsgi_wrapper.py", line 126, in __call__
2015-11-03 02:04:49,277 :    app_iterator = self.app(environ, start_response)
2015-11-03 02:04:49,277 :  File "/home/ssdiprojectfall2015/.local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 170, in __call__
2015-11-03 02:04:49,314 :  File "/home/ssdiprojectfall2015/.local/lib/python2.7/site-packages/django/core/handlers/base.py", line 49, in load_middleware
2015-11-03 02:04:49,320 :  File "/home/ssdiprojectfall2015/.local/lib/python2.7/site-packages/django/conf/__init__.py", line 48, in __getattr__
2015-11-03 02:04:49,321 :    
2015-11-03 02:04:49,322 :  File "/home/ssdiprojectfall2015/.local/lib/python2.7/site-packages/django/conf/__init__.py", line 44, in _setup
2015-11-03 02:04:49,323 :    
2015-11-03 02:04:49,323 :  File "/home/ssdiprojectfall2015/.local/lib/python2.7/site-packages/django/conf/__init__.py", line 108, in __init__
2015-11-03 02:04:49,323 :    
2015-11-03 02:04:49,323 :django.core.exceptions.ImproperlyConfigured: The TEMPLATE_DIRS setting must be a tuple. Please fix your settings.

[edited by admin: formatting]

It says

django.core.exceptions.ImproperlyConfigured: The TEMPLATE_DIRS setting must be a tuple. Please fix your settings.

Do you know where your settings file is?