Antes desse texto, é passado a versão do django para ser baixado. Logo depois começa o texto abaixo que a partir do segundo parágrafo perde todo o sentido.
ATENÇÃO: dependendo da sua máquina pode ser necessário permissão de administrador. Se você usa Windows, caso o comando django-admin.py não funcione, você pode usar o executável exclusivo dessa plataforma. Basta trocar de django-admin.py para django-admin
Por que devo usar o comando django-admin.py? Mesmo sem saber o porquê dei o comando no meu terminal e não deu certo ou se deu não entendi muito, já que o texto assim está fora do contexto. Veja:
C:\WINDOWS\system32>django-admin
Usage: django-admin 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 Raise on exception
--no-color Don't colorize the command output.
--version show program's version number and exit
-h, --help show this help message and exit
Type 'django-admin help <subcommand>' for help on a specific subcommand.
Available subcommands:
[django]
check
compilemessages
createcachetable
dbshell
diffsettings
dumpdata
flush
inspectdb
loaddata
makemessages
makemigrations
migrate
runfcgi
runserver
shell
sql
sqlall
sqlclear
sqlcustom
sqldropindexes
sqlflush
sqlindexes
sqlinitialdata
sqlmigrate
sqlsequencereset
squashmigrations
startapp
startproject
syncdb
test
testserver
validate
Note that only Django core commands are listed as settings are not properly configured (error: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.).