I am trying to deploy an existing django web app on the server. I am trying to follow the steps given at https://www.pythonanywhere.com/wiki/DjangoTutorial#Existing_apps_.2F_manual_config But I am continuously running into the same 'Unhandled exception' error after step 1 (modifying the wsgi file). When I checked the error logs, it says 'ImportError: Could not import settings 'mysite.settings' (Is it on sys.path?): No module named mysite.settings'
'mysite' is the name of my project and I have provided the path correctly to access the project. I am not really sure now how should it work?