[web2py] Web2py running tornado : WARNING:root:Invalid multipart/form-data

2012-03-18 Thread n1ck
Hi Guys, I run web2py using webserver tornado python anyserver.py -s tornado -i 127.0.0.1 -p 8000 and sometimes when I browse the administrative site and edit any file, when I save it the terminal outputs the " WARNING:root:Invalid multipart/form-data " I'm using the current stable web2py and

[web2py] 2 models / How can you call a model from different application?

2012-03-21 Thread n1ck
I have two different application then I want to call the db/model from another application, how can I do that?

[web2py] Re: 2 models / How can you call a model from different application?

2012-03-21 Thread n1ck
migration issues-- > > Consider putting everything into a single application. > > Check out this link:http://web2py.com/book/default/chapter/04#Cooperation > > Bruno Rocha has also posted a no-model approach that you might try. > > On Mar 21, 8:58 am, n1ck wrote: > >

[web2py] Re: 2 models / How can you call a model from different application?

2012-03-21 Thread n1ck
Thank You Guys for all the help... :D