cannot open manage.py after installing django

后端 未结 13 1233
暗喜
暗喜 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:02

    You are not in the correct directory. You need to do cd newproject and the execute your runserver command.

提交回复
热议问题