web2py
web2py Error :- unable to detect browser
i install a web2py on my machine. i simply click on web2py.exe then it asking for password then it says \"unable to detect your browser\".[详细]
2023-02-15 10:53 分类:问答Inserting email into auth_user in web2py on first time login while using pam_auth
I am using pam_auth login for my web2py installation. When a user logs in for the first time, I want to store his email which i obtain from a ldap query. How 开发者_开发知识库can I do that in web2py.[详细]
2023-02-15 09:05 分类:问答How to deploy web2py site on IIS7?
A couple question. Running web2py on Windows Server 2008 R2, IIS7.5. Following the official online book I got the site working with 127.0.0.1:8000. But I want to add the website to IIS service so I c[详细]
2023-02-09 13:28 分类:问答can web2py support RESTful api calls? if so any pointers on how to build one?I
I want to configure a simpl开发者_运维百科e webapplication to support an iphone app to connect with it in RESTFUL ways. Initially have a user login session enabled from the iphone to the web app. I\'d[详细]
2023-02-06 23:31 分类:问答Web2py on App Engine Local Environment: Cannot access admin interface
I have been trying to learn web2py for use on App Engine. However I cannot seem to be able to access the admin interface.[详细]
2023-02-06 08:54 分类:问答How to use global variable in web2py?
I tried to create a global variable called temp in web2py, but apparently the value of the variable doesn\'t change even if I try to store the user input to temp. It just stays the same (temp = 0.0).[详细]
2023-02-04 09:55 分类:问答How can I control the filename of an image in web2py?
I have u开发者_JAVA百科sed the following line image=URL(r=request,f=\'nonhomog_plot\') to make the image in web2py. The filename of the image will be \"nonhomog_plot.png\". How can I control the filen[详细]
2023-02-04 02:44 分类:问答Timeout loading application on GAE using web2py
I am uploading an app to GAE.Through some experimentation I\'ve found that if I don\'t include wsgihandler.py, the app loads very slowly.It feels like it\'s looking for this file and them timing out.B[详细]
2023-02-02 15:29 分类:问答Uploading a simple web2py app to GAE
I created a web2py app that is extremely light, with the goal of eventually making the app support JSON-RPC calls, and maybe a few other things.[详细]
2023-02-02 04:29 分类:问答How do I validate list:string fields with web2py?
Searching through gluon.validators I came across IS_LIST_OF() so I tried to add it to my model: db.define_table(\"emails_list\",[详细]
2023-02-01 16:03 分类:问答