-
```
1. After starting web2py locally go to http://127.0.0.1:8000/admin/default/site
2. Review the "Upload & install packed application" section
3. Name the new appl accordingly (e.g. "InstantPress") …
-
```
The web2py sample reporting app
(http://pyfpdf.googlecode.com/files/web2py.app.fpdf.w2p) has code that handles
view generation embedded in the controller (default.py). There is views defined
(v…
-
```
What steps will reproduce the problem?
1. Im install ide2py, but is problem in start , look
2. ovidio@ovidio-laptop:~/web2py/rad2py$ sudo python main.py
Traceback (most recent call last):
File "…
-
Hello,
The 'fixed pickle raw' commit : b9277a41940f34cb43203e4b7285f157fa26b4df, break the db queries of type db(db.TableName.field == value) . While db(db.TableName.id == request.vars.id) is b…
-
I have this
```
if request.vars.user_id:
auth.impersonate(request.vars.user_id)
```
that produces this error:
### MongoDB can only handle up to 8-byte ints
### Version
```
web2py™ …
-
#### Need to create a small user authentication demo using LoginRadius solution, Check our [Demo Guidelines](../blob/master/guidelines) for how to make the authentication demo and [Contributing Guidel…
-
```
What steps will reproduce the problem?
1. using https://apitest.authorize.net/soap/v1/Service.asmx?WSDL for my WSDL
create a client with version 1.02c
2. attempt to call GetCustomerProfile with a…
-
```
What steps will reproduce the problem?
1. using https://apitest.authorize.net/soap/v1/Service.asmx?WSDL for my WSDL
create a client with version 1.02c
2. attempt to call GetCustomerProfile with a…
-
_Seen with pydal v16.03._
In web2py, when a new user is registering, a new group is created with a localised group name. for example, in french : 'Groupe unique affecté à l'utilisateur 63694708597063…
-
```
I have rad2py configure but when i run it from comand prompt, the ide
opens with this error:
Traceback (most recent call last):
File "C:\rad2py\ide2py\web2py.py", line 119, in OnIdleServeWeb2py…