Dave see:
https://github.com/web2py/web2py/pull/2030
I've fixed many minor incompatibility problems with 2.17.1 this was one of
them.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/iss
Default welcome app displays the "three bars" on the right, containing the
condensed menu. The collapsed menu icon displays by default on mobile and
is the only way to view the menu.
Tapping on that icon does not display the menu on mobile.
On desktop, adjust your browser width until the menu c
Hi there,
Can you please tell me the procedure of migrating the web2py app in AWS
Lamda or provide me a link that you are following ??
On Saturday, September 8, 2018 at 12:30:28 PM UTC+5, appj...@gmail.com
wrote:
>
> I am trying to migrate my Web2Py app from Heroku to AWS Lambda, using
> Zappa
web2py running on nginx + uwsgi + python3
http://localhost/admin worked for several days, then rejected password
attempted password reset with:
python3 -c "from gluon.main import save_password;
save_password(raw_input('admin password: '),443)"
admin rejected new password
ran web2py with rock
Hello, I am using the qrcode library to generate a qr code and then display
it in a pdf. For this I use the fpdf library but when I pass the image it
shows me the following error:
FPDF error: Unsupported image type: pdf
Here I show you the method to generate the qr code:
*def ge
db.define_table('test', Field('expected_date', 'date', requires=IS_DATE))
def index():
form = SQLFORM(db.test)
if form.process().accepted:
response.flash = T("Success")
return locals()
Using the pop-up widget, a date such as 2018-09-01 is selected.
Form submit fails with
Hello everybody!
I have a problem with oracle_cx. The problem is when i use the connection
oracle_cx, the buttons of SQLFORM.grid are hidden. (All is ok when i use
Mysql or SQlite)
I dont understand this problem. If i use factory, i can see the form but
the button of send no save the dates. I
Hello guys, we have a problem when we change the connection from SQLite or
Mysql to Oracle in a project with Web2py. We can not to do login and if we
show any view of any controller ,the layout no show buttons "New or Edit" ,
we use SQLFORM.grid(), any suggestions?
The connection is ok, we can
Please try again. The problem should be fixed.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to th
fixed
On Sunday, 30 September 2018 21:52:15 UTC-7, Rahul wrote:
>
> Oops.. Looks like a low priority issue ;-)
>
> Thanks!
> Rahul
>
> On Monday, September 17, 2018 at 12:01:43 PM UTC+5:30, Rahul wrote:
>>
>> Hi Everyone,
>> Any updates on this yet ?
>>
>> Rahul
>>
>> On Tuesday, Septe
web2py 2.17.2 is out and it includes this fix. Thanks Leonel.
On Saturday, 6 October 2018 03:54:56 UTC-7, Leonel Câmara wrote:
>
> Dave see:
> https://github.com/web2py/web2py/pull/2030
>
> I've fixed many minor incompatibility problems with 2.17.1 this was one of
> them.
>
--
Resources:
- http
We will address this in 2.17.3
On Friday, 5 October 2018 13:52:17 UTC-7, David Manns wrote:
>
> I occasionally use the admin debugger package to investigate problems when
> running in my test environment on Windows 10 using the source distribution
> of web2py and Python 2.7
>
> When I place a br
many small bug fixes. Many thanks to Paolo and Leonel.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscrib
It should be
requires=IS_DATE()
what you have is:
requires=IS_DATE
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because y
14 matches
Mail list logo