Re: [web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-27 Thread VJ Sosa
Dear Clemens, Thank you for this guide. It looks great, I will try later today. Greetings from a small place in Castilla La Mancha, Spain. Have a nice week, Víctor On Sun, Apr 26, 2020 at 3:54 PM Clemens wrote: > Attached please find the PDF document. > > Best regards > Clemens > > > On Frida

[web2py] Pack a big app

2020-04-27 Thread L c
Hello, I would like to transfer an app from server 1 to server 2 (size of the app 700Mb) first test : try to pack to build a w2p package --> internal error (it works for app 400 Mb) Second test : i create a tar from server 1 and i transfer to server 2 --> the app tells me no function (note tha

Re: [web2py] Pack a big app

2020-04-27 Thread Christian Varas
Hi, To transfer big apps, I do the following: Go to "applications" folder in web2py of serverv1, then zip your app, then move it through SSH or other method to the new server, and place it in the "applications" folder of web2py of server 2. Reload routes in web2py admin app. I haven't experienced

Re: [web2py] Pack a big app

2020-04-27 Thread L c
thank neither do i, this is the first time :(, i did no reload the routes, i am going to try thank you again Le lundi 27 avril 2020 18:05:19 UTC+2, Christian Varas a écrit : > > > Hi, > > To transfer big apps, I do the following: Go to "applications" folder in > web2py of serverv1, then zip

Re: [web2py] Pack a big app

2020-04-27 Thread L c
you were right, reload routes was good, sorry and thank you again good day Le lundi 27 avril 2020 18:13:02 UTC+2, L c a écrit : > > thank neither do i, this is the first time :(, i did no reload the routes, > i am going to try > > thank you again > > > > Le lundi 27 avril 2020 18:05:19 UTC+2, Chr

[web2py] customizing grid (color)

2020-04-27 Thread Vlad
Is there a way to customize colors in the w2p grid similar to bootstrap idea, for example something like .table_dark in bootstrap? I tried this: > .w2p_odd { >background-color: brown; >color:white; > } > .w2p_even { >background-color: black; >color:white; > } > and it gives

Re: [web2py] Re: Beginners question on Authentication ...

2020-04-27 Thread Ben Lawrence
Hi Massimo, thanks for web2py, I have used it for my business to track paid time off https://ptocheck.com of our employees, so its a great framework for niche apps, sort-of like filemaker https://www.filemaker.com. Your comment "py4web is designed for APIs" confused me because that is what http