I want to make a simple FORM (not SQLFORM) in web2py with two fields namely \'name\' and \'password\'.
I am using web2py forms and i want to have some fields only visible to user (as fixed which cannot be edited). I tried making various combinations of editable, writeable, readonly but was of no use. I
I have split the code into multiple files. I have imported all the f开发者_如何学编程unctions from all other files into admin.py. Lets say I want to call a function XYZ. If I give path to function as
Is it possible to use =LOAD(...) with a function rather then controller/function string e.g: Controll开发者_运维百科er:
I have users upload files into a fake directory structure using a database.I have fields for the parent path & the filename & the file (file is of type \"upload\") that I set using my controll
I am trying to upload a zip file from Web2Py form and then read the contents: form = FORM(TABLE( TR(TD(\'Upload File:\', INPUT(_type=\'file\',
I have the following functions defined in test.py file @auth.requires_login() def call(): return service()
I am running a web2py server which handles some requests which may take a total completion time of few seconds to few minutes. Once a connection is made to the server and it is processing a request wh
I have a module applications/webapp/modules/a.py that contains a local_import to import applications/webapp/modules/b.py. I want to doctest a.py and b.py. The web2py shell with \"-T\" option partially
Django\'s admin is very nice and many of the wi开发者_如何学Pythondgets is reuseable. What are alternative options? Extensions for other Web frameworks? Auto schema migration?web2py has something cal