C:\Users\Drew Gross\Documents\Projects\Batadase\src>django-admin.py startproject batadase
Usage: django-admin.py subcommand [options] [args]
Options:
-v VERBOSITY, --verbosity=VERBOSITY
Verbosity level; 0=minimal output, 1=normal output,
2=all 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:
cleanup
compilemessages
createcachetable
dbshell
diffsettings
dumpdata
flush
inspectdb
loaddata
makemessages
reset
runfcgi
runserver
shell
sql
sqlall
sqlclear
sqlcustom
sqlflush
sqlindexes
sqlinitialdata
sqlreset
sqlsequencereset
startapp
startproject
syncdb
test
testserver
validate
C:\Users\Drew Gross\Documents\Projects\Batadase\src>
Nie sądzę, że to normalne. Nie mogę wymyślić niczego, co zrobiłem ostatnio, co by to spowodowało, chociaż zrobiłem wiele rzeczy, nie pamiętam ich wszystkich. To działało w przeszłości.
Odpowiedzi:
Wygląda mi zupełnie normalnie. To polecenie, które wywołujesz, odbiera i interpretuje twoje argumenty. Wygląda na to, że django-admin.py bierze pod uwagę argumenty „start-admin” i „batadase”.
źródło
Znalazłem odpowiedź tutaj: https://stackoverflow.com/questions/9880540/python-command-line-arguments-windows
Musiałem dodać% * do mojego rejestru w celu otwarcia plików Pythona.
źródło