> On Nov 21, 2007 8:47 AM, Patrick Lewis <
patrickhle...@gmail.com> wrote:
>
> > import register_model as r
> > r.create_registration_tables()
>
> I can import but the second command doesn't work. I just tried running
>
> r.RegistrationPendingUser.createTable()
>
> and now I can submit the form in registration/new and move to
> registration/create.
>
> However, in tg-admin toolbox catwalk I still could find the
> RegistrationPendingUser.
>
> Thanks!
I believe not seeing it in catwalk is expected. Catwalk can only pull
values from one model file. Or at least that was the case last time I
looked.