开发者

How do I use Django Command Extensions with a new Eclipse/Pydev run configuration

When I create new run configurations in Eclipse it creates a run command like the following: python.exe -u manage.py runscript my_script.py,开发者_StackOverflow中文版 regardless of whether I try making a Python Run config, or a Django run config.

How do I make it run python.exe manage.py runscript my_script.py instead? (no -u switch).

I've assumed the -u is why it's breaking, as running python.exe manage.py runscript my_script.py works just fine from a plain old bash prompt.


Try "run -> run..." and then edit the arguments.

http://www.cs.colostate.edu/helpdocs/cmd.pdf

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜