Hey are you thinking how to make your web2py application as default application when you run python web2py.py. Here is something that you can do. There are different ways of doing this 1.Rename your application to init, set your controller as default and the controller function to index If you don’t want your application’s startingContinue reading “Make Your Application default in Web2py”