Importing test modules ... Error: Can't find the file 'settings.py' in the directory containing 'C:\\workspace\\Hello\\Hello\\manage.py'. It appears you've customized things.
You'll have to run django-admin.py, passing it your settings module.
Traceback (most recent call last):
File "C:\Program Files2\eclipse\plugins\org.python.pydev_2.8.1.2013072611\pysrc\pydev_runfiles.py", line 432, in __get_module_from_str
mod = __import__(modname)
File "C:\workspace\Hello\Hello\manage.py", line 9, in
sys.exit(1)
SystemExit: 1
ERROR: Module: Hello.manage could not be imported (file: C:/workspace/Hello/Hello/manage.py).
done.
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
============
刚配置好的环境,就想打印一个 hello world 的页面,命令行执行manage.py runserver 80的时候,就没问题,就是用eclipse编译的时候出错