[web2py] Re: fixing .table appears corrupted on a compiled application

2019-02-09 Thread mostwanted
Thank you @ Marcelo Huerta, i actually got to look at Fossil, its very flexible. On Tuesday, February 5, 2019 at 6:28:31 PM UTC+2, Marcelo Huerta wrote: > > > El domingo, 3 de febrero de 2019, 18:19:34 (UTC-3), Dave S escribió: >> >> >> Back-ups are the nectar of the gods (nodding toward Greek my

Re: [web2py] Re: Need to change text Size of the header

2019-02-09 Thread sandeep patel
@ Arindam, Lionel says that create a new .css and store in static/css folder and add that path in the layout.html file. Add that path after bootstrap.css Even you can directly put a style tag in the layout.html file. Style tag will be inside the end of the head tag. Change the font size according t

Re: [web2py] Re: Need to change text Size of the header

2019-02-09 Thread Arindam Dasgupta
Hi Lionel, Thanks for your reply. But I cannot understand how to do that in this case. Can you please give me some more details ? Thanks a lot. Redards, Arindam On Feb 9, 2019 8:02 PM, "Leonel Câmara" wrote: The simplest way is to add another css file to your project after bootstrap and put t

[web2py] Re: Migrate from sqlite to mysql

2019-02-09 Thread Andrea Fae'
Thank you guys! I will do a test and let you known. Thank you for now. Il giorno sabato 9 febbraio 2019 17:47:53 UTC+1, Ben Lawrence ha scritto: > > And turn off lazy-tables until mysql has built all the tables. > > On Friday, February 8, 2019 at 5:03:29 PM UTC-8, 黄祥 wrote: >> >> - what version o

Re: [web2py] Accessing MySQL data without define tables

2019-02-09 Thread Jon Subscripted
Hi Ben, Inside my app folder I do have the table defined, but not in my script (accessing the db outside web2py). I thought that the folder path reference solved this (*). Should i add the define table in my script? Thanks and regards, Jon. (*) I guess that’s why .table files are kept even when

[web2py] Re: Migrate from sqlite to mysql

2019-02-09 Thread Ben Lawrence
And turn off lazy-tables until mysql has built all the tables. On Friday, February 8, 2019 at 5:03:29 PM UTC-8, 黄祥 wrote: > > - what version of mysql do I have to install to my PC where I have 2.17 >> version of web2py? Where can I find? >> > > in windows env there are mysql and mariadb > *ref:

[web2py] Re: Need to change text Size of the header

2019-02-09 Thread Leonel Câmara
The simplest way is to add another css file to your project after bootstrap and put the styles there. -- 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