python manage.py runserver ImportError

88 views
Skip to first unread message

Saki Fu

unread,
Dec 14, 2014, 4:24:12 AM12/14/14
to django...@googlegroups.com
I run python manage.py runserver and got following error.

ImportError: Could not import settings 'myapp.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named myapp.settings

What's wrong with it and how can I solve this problem?


Collin Anderson

unread,
Dec 15, 2014, 9:55:21 PM12/15/14
to django...@googlegroups.com
Hi,

What version of django and python are you using?

Is your project set up like this?

myapp/
myapp/manage.py
myapp/myapp/__init__.py
myapp/myapp/settings.py
myapp/myapp/urls.py
myapp/myapp/wsgi.py?

Collin
Reply all
Reply to author
Forward
0 new messages