I'm an amateur but learned that using gpu, docker platforms work well.
Of course some good coding.
On Mon, 31 Dec 2018, 09:09 mostwanted Hi guys, I develop a-lot of stand alone apps with web2py but my problem is
> that i find the performing slower, every-time there is data entry or a
> query it t
perhaps profiling can help you understand what's going on your app and fix
it base on that report
pls try web2py efficiency tricks
ref:
http://web2py.com/books/default/chapter/29/13/deployment-recipes#Efficiency-and-scalability
best regards,
stifan
--
Resources:
- http://web2py.com
- http://we
The key thing to understand when using the Shibboleth SP is that you are
protecting a virtual folder. When you land on that folder, which can also
be a web2py route, the SP checks to see if you are authenticated and if not
sends you to the IDP. Only once you are authenticated does the end point
I just came across a warning that only one grid can be used per a
controller.
I wasn't aware of this before, and on one page I have 4 grids which work
perfectly fine.
Is it some specific functionality that doesn't work right with multiple
grids?
Also, if I specify a unique name (formname p
Where is that warning?
I also have multiple grids per page which work well.
--
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 bec
originally I saw it elsewhere, but have just located it in the book:
Multiple grids per controller function
Because of the way grid works one can only have one grid per controller
function, unless they are embedded as components via LOAD. To make the
default search grid work in more than one LOAD
cant access http://testshib.org
following https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall
*not succeed*
docker pull debian
docker run -it debian /bin/bash
apt update
apt install -y default-jdk curl unzip
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre/
curl -L -O -C - htt
Hello All,
I am getting an error while uploading a CSV file to table though app admin.
[image: error.PNG]
I am using python3.6 and web2py 2.17.2.
Thanks
SP
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://cod
On Monday, December 31, 2018 at 10:17:38 PM UTC-8, sandeep patel wrote:
>
> Hello All,
> I am getting an error while uploading a CSV file to table though app
> admin.
>
> [image: error.PNG]
>
>
> I am using python3.6 and web2py 2.17.2.
>
> Thanks
> SP
>
What is the error?
CSV uploads don't aut
Please Refer attached image.
Seeing a flash message from web2py
unable to parse CSV. iterator should return strings, not bytes (did you
open the file in text mode?)
Thanks
On Tue, Jan 1, 2019 at 12:39 PM Dave S wrote:
> On Monday, December 31, 2018 at 10:17:38 PM UTC-8, sandeep patel wrote:
10 matches
Mail list logo