I\'m learning Python and Django using the Eclipse Pydev plugin. I want the internal or external browser to launch or refresh with the URL http:/127.0.0.1 when I press Run or Deb
project properties (right click project in left pane)
Go to "run/debug settings", add a new profile. Setup the path and environment etc... you want to launch. The new configuration will show up in your build menu. You could also configure it as an "external tool"
Here are the steps to set up an external launch configuration to launch IE:
If you want to share the configuration you can use these optional steps:
To rerun the configuration you have a few choices: