It would be very nice if we could control the order, alas it is alphabetical.
So we must resort to craziness such as A_config.py B_settings.py C_db.py D_auth.py E_crud.py F_other_mode.py etc etc. =) -- Thadeus On Fri, May 7, 2010 at 10:08 AM, Miguel Lopes <[email protected]> wrote: > On Fri, May 7, 2010 at 4:06 PM, blackthorne <[email protected]> wrote: >> >> Is it possible to customize the order by which models are loaded/ >> imported in a web2py application? >> Are they loaded by alphabetical order? >> > > Yes. They are loaded alphabetically. > >> >> It comes to my mind an idea of an interface for this based on dragging >> options like this http://tool-man.org/examples/sorting.html . >> >> Thanks, >> Best Regards > >

