Re: [web2py] Website automatically gets logged out

2019-09-08 Thread Saranya S
Found solution to this problem. This is because of a defect in pythonanywhere server. I had http url in my code and I corrected it later to https. But pythonanywhere server assumes it as http even after it is corrected and automatically logged out the user. I have created a new pythonanywhere

Re: [web2py] py4web YATL equivalent of SCRIPT

2019-09-08 Thread Massimo Di Pierro
Auth mostly works. There is an example in the scaffolding app. SAML does not work. PAM and LDAP need testing and probably minor tweaks. On Saturday, 7 September 2019 00:25:09 UTC-7, John Bannister wrote: > > Thanks Massimo, > > Will definitely take a look and do the necessary. With regards the

Re: [web2py] Gantt for python/Web2py

2019-09-08 Thread Murat KAŞIKÇIOĞLU
Hi, I can say 2 free projects: https://github.com/jsGanttImproved/jsgantt-improved and https://roberto.twproject.com/2012/08/24/jquery-gantt-editor/ Best, Murat António Ramos , 6 Eyl 2019 Cum, 18:41 tarihinde şunu yazdı: > Hello all > any suggestion on a Gantt chart *ready* to embed on a web2py

[web2py] Re: Gantt for python/Web2py

2019-09-08 Thread villas
What you posted already looks great, so my suggestion will probably not improve on that... I often use the Google Charts libraries. https://developers.google.com/chart/interactive/docs/gallery/ganttchart -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://gith

[web2py] Re: How can I update the record in one table with value entry of another table as soon as the value is entered?

2019-09-08 Thread villas
Sorry to hear you are struggling with this. vat=round(total*0, 2) The above line would always produce: vat == 0.0 which doesn't seem intentional. text=int(request.vars.name) To make your program more robust, I suggest using try...except to catch any errors in the above line. -- Resources: - ht

[web2py] Re: Gostaria de saber se o web2py ou até mesmo o proprio python trabalha com steb by step guide

2019-09-08 Thread villas
Hi Kimus It seems you are looking for "web2py tutorials", so try searching for that. Also, this thread might help you get started... https://groups.google.com/forum/#!searchin/web2py/tutorial%7Csort:date/web2py/hncAG75rx3g/S_k4dBZdDwAJ -- Resources: - http://web2py.com - http://web2py.com/book (