django-admin.py prints help only

前端 未结 6 520
无人共我
无人共我 2020-12-20 17:28

I am using django 1.3.1

I followed the online tutorial and tried to use \"django-admin.py startproject mysite\".

But I always receive this:

D         


        
6条回答
  •  不思量自难忘°
    2020-12-20 18:09

    1. Open regedit
    2. go to HKEY_CURRENT_USER\Software\Classes\py_auto_file\shell\open\command
    3. change to "C:\Python27\python.exe" "%1" %*

    It works for me.

提交回复
热议问题