简体   繁体   中英

Django project setup issue with the command : django-admin startproject xxxxxx

I started coding in python - Django just few days ago .I am using windows 10 .

I installed Django project with pip and virtual env.

but when I give this command : django-admin startproject xxxxxx

the console is showing : Command not found: django-admin.py

Please help me to solve the issue.

Your commands are looking fine .

So do these things :

  1. Check if django and virtual env is installed correctly.
  2. If not , then , remove virtual environment , reinstall it , then install django .
  3. Run the command again.

If you till facing the issue , let me know by comment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM