web2py
Multiple fields in web2py FORM
I want to make a simple FORM (not SQLFORM) in web2py with two fields namely \'name\' and \'password\'.[详细]
2023-03-18 21:36 分类:问答Web2py form field options
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[详细]
2023-03-17 12:08 分类:问答Function call using import in web2py
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[详细]
2023-03-17 07:27 分类:问答web2py: using function in LOAD (ajax)
Is it possible to use =LOAD(...) with a function rather then controller/function string e.g: Controll开发者_运维百科er:[详细]
2023-03-15 13:17 分类:问答Returning a file in uploads directory with web2py - strings issue
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[详细]
2023-03-14 19:58 分类:问答Web2Py - Upload a file and read the content as Zip file
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\',[详细]
2023-03-14 12:59 分类:问答303 Error while using xmlrpc in web2py for command line interface for a web application
I have the following functions defined in test.py file @auth.requires_login() def call(): return service()[详细]
2023-03-13 23:05 分类:问答Web2py server problem
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[详细]
2023-03-13 16:14 分类:问答Web2py Modules and Doctests
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[详细]
2023-03-13 06:42 分类:问答What other Python Web frameworks provide auto generated admin UI?
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[详细]
2023-03-12 23:49 分类:问答