Published
- 1 min read
`django-admin` is not recognized as an internal or external command,
The solution for this is noted below
django-admin
is not recognized as an internal or external command,
Solution
python -m venv venv
venv\Scripts\activate
pip install django
django-admin startproject mysite
Try other methods by searching on the site. That is if this doesn’t work