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 上做项目,每次我们必须运行项目时,我们都必须在命令提示符下给出命令。我们可以在eclipse(IDE)本身或runconfig中将参数传递给manage.py吗?
请对此有所了解。
您可以在 Eclipse 中创建一个“运行配置”来调用manage.py. 有一个“参数”选项卡允许您提供命令行参数。
manage.py