Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Django 新手,刚才我尝试创建一个新项目,但是每次我在命令行中输入“django-admin.py startproject testproject”时,它都会不断地为我提供 django-admin 文件的所有选项。我已经尝试了一切,但它只会一直打开这个菜单。我的猜测是它与环境变量有关。任何帮助将非常感激。谢谢!
这是它的样子:
尝试使用 Python 为其添加前缀:
python C:\Python33\scripts\django-admin.py startproject examplesite
我承认我不完全确定这里发生了什么,但我怀疑 Windows 认为你想django-admin.py作为普通文档打开。大多数文档不能真正接受参数,因此 Windows 可能已经丢弃了它们。python是一个普通的可执行文件,可以接受参数,所以它可以工作。同样,免责声明:我不知道那里实际发生了什么;那只是一个猜测。
django-admin.py
python