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 On Sunday, December 14, 2014 4:24:12 AM UTC-5, Saki Fu wrote: > > 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? > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c45ed9a7-1547-490f-9769-8721c20b5744%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

