When from a page , I goto another page via some hyperlink,is there any way to go back to the previous page. The previous page has some arguments also. SO I want toask whether the previous page is save
Working with Web2Py. I\'m trying to attach some javascript either to a field (onchange) or to the form (onsubmit), but I see absolutely no way to pass such a开发者_运维问答rgument to crud.create or to
Is there any way to generate queries similar to the like, contains, startswith operators with app engine BigTable database?
I want to take 开发者_运维技巧input time to complete a task in format no. of days,hours in web2py. Is there any defined field,type for this in SQLField.
I am want to use global variables in web2py controller but as I have found, controllers is loaded in every request. So my global variable is accessible everywhere but read-only. Changes are not reflec
I have been working with web2py following its official web2py book and got to learn too many things. But a book never teaches a productive workflow. I would like to know what workflow you people use t
It looks like using CouchDB with the standard web2py DAL is still a ways off: User suggestion for couchdb DAL in web2py
I need to encrypt data stored in web2py, more precisely passwords. This is not about authentication, but more something in the line of a KeePass-like application.
Have been trying out Web2Py for a couple of days now and I decided it to be a keeper. But there is one thing that concerns me a lot and that might be a showstopper in the end. I need a nice developmen
I have just started working on web2py. Personally, I find it easier to learn than Django. My query is that I have to load a file at application startup. Its a pickled hashtable. Where should I store