Command not found: django-admin.py

前端 未结 27 1925
被撕碎了的回忆
被撕碎了的回忆 2020-12-03 02:40

I am a complete beginner to Python/Django, but I want to dive right in and start experimenting. Thus I was following this guide on installing Python/Django http://devcenter.

27条回答
  •  借酒劲吻你
    2020-12-03 03:31

    I was facing the same issue.

    The issue resolved after I upgraded the django version using

    pip install --upgrade django
    

    Then run

    django-admin startproject mysite
    

    Hope this helps!

提交回复
热议问题