This error might be related to the fact that I created my project locally with Django 1.4 and on PythonAnywhere they run python 1.3.7 so the project structure might look different.
My settings.py is located under / > home > user > jazz > SoilMapper > SoilMapper
my project files are located under / > home > user > jazz > SoilMapper > VsoilMap
This how my wgsi is defined:
path = '/home/user/jazz/SoilMapper'
os.environ['DJANGO_SETTINGS_MODULE'] = 'SoilMapper.settings'
And this is the error I get:
No module named soilMapper.urls