himmip try django-admin.py startproject mysite
in a directory where you want your project.
Plus, make sure you have Django installed by calling python -c "import django; print(django.get_version())"
from the command line. It should print out django's version if its correctly installed.
Just like in the docs.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…