django-admin.py is not working

前端 未结 4 1138
我在风中等你
我在风中等你 2020-12-21 15:47

Am new to django and i have been trying to set up a project with no success. When i type django-admin.py startproject mysite i get this.

C:\\Users\\WASSWA SA         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 16:08

    I had the same problem; I found a working solution at https://groups.google.com/forum/#!msg/django-users/b76qSG3mV6g/jP1o0ny3i2kJ:

    python C:\Python27\Scripts\django-admin.py startproject mysite
    

提交回复
热议问题