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