我是 Django 的新手。我在 Windows 7 上使用 Eclipse Juno 进行 Django 开发。
我已经正确安装了 Python2.7 并在 Eclipse 中创建了一个名为 Student 的项目。该项目包含两个子文件夹:src
和python2.7
.
该src
目录包含两个文件:Student
和init.py
. 我无法创建 manage.py、settings.py 等。我使用 powershell 在python manage.py startproject Student
里面输入,c:\Eclipse\workspace\Student
但收到此错误:
can't open file 'manage.py':errno 2 No such file or directory