The index page was working last night, made no changes and then got this error when I reloaded the page (same error when I try to make migrations from the error log:
2018-03-27 16:26:07,821: Error running WSGI application 2018-03-27 16:26:07,837: TypeError: tuple indices must be integers or slices, not str 2018-03-27 16:26:07,837: File "/var/www/mwshovel_pythonanywhere_com_wsgi.py", line 20, in <module> 2018-03-27 16:26:07,837: application = get_wsgi_application()