
That’s a frustrating error!
The error message “‘django-admin’ is not recognized as an internal or external command, operable program or batch file” usually occurs when your system cannot find the django-admin executable.
Here are some solutions to resolve this issue:
Working !!
If you are using window then first of all
create virtual environment
python -m venv venv
Then activate that environment
venv\Scripts\activate
Then install Django in that environment
pip install django
Then create django project named mysite
django-admin startproject mysite
aashyatech
Related Posts

Do Not Go for an Interview Before Knowing These 10 Questions!
Hey, thanks for reaching out! 🎉 You’re part of the rare 1% who don’t just think about their goals—they take action to make them happen….
Read More
Designing an attractive website that incorporates SEO keywords
Designing an interesting and attractive website that incorporates SEO keywords requires a thoughtful approach. Here’s a step-by-step guide to help you achieve this: I. Planning…
Read More