would that go against the web2py philosophy of having no configuration files?
On Jun 15, 1:33 pm, Thadeus Burgess <[email protected]> wrote: > Why can't we configure the default name of 'init' ? > > -- > Thadeus > > On Mon, Jun 14, 2010 at 7:33 AM, mdipierro <[email protected]> wrote: > > or simply call your app "init" > > > On Jun 14, 7:19 am, Vasile Ermicioi <[email protected]> wrote: > >> create routes.py (or rename routes.example.py) from web2py folder > > >> routes_in = ( > >> ('/', '/yourappname/'), > >> ) > > >> and restart web2py

