Der Befehl django-admin.py startproject mysite funktioniert nicht

Ich versuche, ein erstes Projekt mit Django zu erstellen, stecke aber beim ersten Schritt selbst fest. Wann immer ich gebedjango-admin.py startproject mysite command not working Befehl, nichts passiert und hilfebezogene Informationen werden an der Eingabeaufforderung angezeigt. Ich habe gesetztPYTHON_HOME, PATH Variablen richtig eingestellt. Ich benutze Python 2.7.

Meine Eingabeaufforderung sieht folgendermaßen aus:

C:\Shekhar\djangoWorld>c:\Python27\Scripts\django-admin.py startproject mysite
Usage: django-admin.py subcommand [options] [args]

Options:
  -v VERBOSITY, --verbosity=VERBOSITY
                        Verbosity level; 0=minimal output, 1=normal output,
                        2=verbose output, 3=very verbose output
  --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

Type 'django-admin.py help <subcommand>' for help on a specific subcommand.

Available subcommands:

[django]
    cleanup
    compilemessages
    createcachetable
    dbshell
    diffsettings
    dumpdata
    flush
    inspectdb
    loaddata
    makemessages
    reset
    runfcgi

Warum erstellt Django kein Projekt für mich?

Bitte helfen Sie!

Antworten auf die Frage(3)

Ihre Antwort auf die Frage