私はDjangoが初めてです。Windows 7 での Django 開発に Eclipse Juno を使用しています。
Python2.7 を正しくインストールし、Eclipse で Student というプロジェクトを作成しました。src
プロジェクトには、 との 2 つのサブフォルダーが含まれていますpython2.7
。
src
ディレクトリにはStudent
との2 つのファイルが含まれています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