manage.py
突然、「コマンド」(runserver、shell、syndb)を使用できなくなりました。これが私が得るエラーです;
(pinax) C:\Python27\Projects\Catalog\pinax\catalog>python manage.py runserver
Unknown command: 'runserver'
Type 'manage.py help' for usage.
(pinax) C:\Python27\Projects\Catalog\pinax\catalog>python manage.py help
Usage: manage.py subcommand [options] [args]
Options:
--settings=SETTINGS The Python path to a settings module, e.g.
"myproject.settings.main". If this isn't provided, the
DJANGO_SETTINGS_MODULE environment variable will be
used.
--pythonpath=PYTHONPATH
A directory to add to the Python path, e.g.
"/home/djangoprojects/myproject".
--traceback Print traceback on exception
--version show program's version number and exit
-h, --help show this help message and exit
Traceback (most recent call last):
File "manage.py", line 28, in <module>
execute_from_command_line()
File "build\bdist.win-amd64\egg\django\core\management\__init__.py", line 352,
in execute_from_command_line
File "build\bdist.win-amd64\egg\django\core\management\__init__.py", line 295,
in execute
File "build\bdist.win-amd64\egg\django\core\management\__init__.py", line 242,
in main_help_text
File "build\bdist.win-amd64\egg\django\core\management\__init__.py", line 128,
in get_commands
KeyError: 'startproject'
(pinax) C:\Python27\Projects\Catalog\pinax\catalog>
仮想環境で pinax プロジェクトを実行しています。したがって、このエラーが発生したときに、なくなったウィンドウで PYTHONPATH をチェックしました。再度設定しても変化なし。私はまだ python を使い始めたばかりですが、何らかの理由で__init__
ビルド ファイルで " " ではなく" " を探しているようですsite-packages\django
。私の問題の原因についての考え。