I have this in my error log when accessing my website
ImportError: cannot import name TEMPLATE_CONTEXT_PROCESSORS 2016-10-18 13:03:02,805 :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: cannot import name TEMPLATE_CONTEXT_PROCESSORS
I saw on SO post that importing TEMPLATE_CONTEXT_PROCESSORS is deprecated.I dont know where this file is bin/user_wsgi_wrapper.py.Kindly help