Re: python manage.py runserver ImportError

2014-12-15 Thread Collin Anderson
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

Re: python manage.py runserver ImportError

2014-12-14 Thread Mohammad Shariq
try running: python manage.py runserver --settings= On 14 December 2014 at 14:56, Saki Fu wrote: > I run python manage.py runserver and got the following error. > > ImportError: Could not import settings 'myapp.settings' (Is it on > sys.path? Is there an import error in the

python manage.py runserver ImportError

2014-12-14 Thread Saki Fu
I run python manage.py runserver and got the 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 the problem? -- You received

python manage.py runserver ImportError

2014-12-14 Thread Saki Fu
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