[web2py] Default Authentication has problem

2010-10-17 Thread Amit Ambardekar
I am some public page. Not [app]/default/index And when I log in. I am supposed to be redirected to that page not home page. It always redirects to home page. How to set the referrer? Amit

[web2py] Re: Default Authentication has problem

2010-10-17 Thread Amit Ambardekar
Found answer set _next parameter Amit On Sun, Oct 17, 2010 at 5:03 AM, Amit Ambardekar amit...@gmail.com wrote: I am some public page. Not [app]/default/index And when I log in. I am supposed to be redirected to that page not home page. It always redirects to home page. How to set

[web2py] Sending 204 response page

2010-10-15 Thread Amit Ambardekar
I want to know how I can send 204 response to user? With PHP it is simple as following: header(HTTP/1.0 204 No Content); Thanks

[web2py] MongoDb and web2py

2010-07-31 Thread Amit Ambardekar
I want to use web2py with pymongo. I don't need ORM or or anything. I just want to connect use pymongo from Web2Py. How can I use it inside web2py. I need it for high performance use. Amit