web2py
web2py redirect to previous page
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[详细]
2023-02-01 03:03 分类:问答web2py: How do I add javascript to Web2py Crud form?
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[详细]
2023-01-31 18:28 分类:问答web2py like equivalents with google app engine
Is there any way to generate queries similar to the like, contains, startswith operators with app engine BigTable database?[详细]
2023-01-31 16:23 分类:问答input time in web2py
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.[详细]
2023-01-31 07:43 分类:问答Global variables in web2py controllers
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[详细]
2023-01-30 07:00 分类:问答Give me some awesome Web2py Tip & Tricks which makes you more productive
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[详细]
2023-01-27 02:21 分类:问答Using CouchDB in a DAL-like way from web2py
It looks like using CouchDB with the standard web2py DAL is still a ways off: User suggestion for couchdb DAL in web2py[详细]
2023-01-25 08:55 分类:问答What is the best way to encrypt stored data 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.[详细]
2023-01-23 17:05 分类:问答A good development environment setup for Web2Py
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[详细]
2023-01-22 20:31 分类:问答web2py: Where should I store private, application-specific files?
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[详细]
2023-01-21 06:34 分类:问答