that is:
python web2py.py -S my_app -M

On Wed, Feb 25, 2009 at 8:03 AM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
> did you look into the web2py -M option?
>
> On Feb 25, 7:36 am, Miguel <mig.e.lo...@gmail.com> wrote:
> > The shell is a great tool for experimenting with DAL. Including on
> > existing solutions! But as far as I know in order to access a table we
> > must call db.define_table(...). This makes in cumbersome to use the
> > shell with existing solutions, especially when where are just testing
> > ideas for an existing solution.
> >
> > For this purpose I think a load_table or a load_tables method would be
> > great. This would just load the existing definition in the db connection
> > object, avoiding all the problem of re-typing the entire table
> > definition and unwanted changes to the current definitions that might
> > become from typing a wrong or incomplete definition at the prompt!
> >
> > Miguel
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to