Python Django ImportError: No module named website
问题 I am running a sample site on Django 1.5.1 but I am getting ImportError while creating Django app named "website". Here is my Application Heirarchy. TrackLeech -- __init__.py -- manage.py TrackLeech -- __init__.py -- setting.py -- urls.py -- wsgi.py website -- __init__.py -- models.py -- tests.py -- views.py templates -- index.html Now when I run the command, the server starts well at port 8000 but the localhost:8000 page shows ImportError $ python manage.py runserver Validating models... 0