The term django-admin is not recognized as the name of a cmdlet,

31

python -m venv venv

venv\Scripts\activate

pip install django

django-admin startproject mysite

python -m django startproject mysite

Comments

Submit
0 Comments