cannot open manage.py after installing django

后端 未结 13 1057
暗喜
暗喜 2021-02-04 11:23

I have a problem in setting up django.

My situation: I have Anaconda Python 2.7 in my Windows 8 computer. On the Anaconda command prompt window, I type: pip instal

13条回答
  •  鱼传尺愫
    2021-02-04 12:17

    Make sure to put a period at the end of your command e.g Django-admin startproject new project .

    The period at the end (.) will solve the problem

提交回复
热议问题