[web2py] Use web2py as a reverse proxy

2018-02-12 Thread LoveWeb2py
Django has a reverse proxy module... Wondering if web2py has something similar? https://djangopackages.org/grids/g/reverse-proxy/ I want to make web2py the single interface to multiple applications. Any help is appreciated :) -- Resources: - http://web2py.com - http://web2py.com/book

Re: [web2py] PYTHON 3

2018-02-12 Thread LoveWeb2py
With that said, Thank you for all of your hard work and to all the contributors for making such a wonderful framework. :) On Monday, February 12, 2018 at 3:58:30 PM UTC-5, LoveWeb2py wrote: > > Makes sense, Anthony. Please don't ever call anything web3py. It doesn't > make any sense and all new

Re: [web2py] PYTHON 3

2018-02-12 Thread LoveWeb2py
Makes sense, Anthony. Please don't ever call anything web3py. It doesn't make any sense and all new users won't understand what it means. If you want to have a brainstorming session I'd be happy to help. I bet all the users on this forum have a lot of great ideas!! On Monday, February 12, 2018

Re: [web2py] PYTHON 3

2018-02-12 Thread Anthony
On Sunday, February 11, 2018 at 4:10:45 PM UTC-5, Carlos Cesar Caballero wrote: > > > > PS: For the love of all that's holy, please don't name it web3py. > The name "web3py" was just a placeholder name for a completely new framework -- it was not intended to be the name for web2py with Python

[web2py] Re: Just a silly thread to say... thanks to all web2py developers team

2018-02-12 Thread nethugolol
I couldn't agree more. web2py is an excellent web framework. I always use it for both personal and business stuff. Thanks a lot Massimo and all the contributors! I promise I will be contributing in everything I can. El viernes, 9 de febrero de 2018, 6:42:10 (UTC-3), Jaime Sempere escribió: > >

[web2py] Re: postgres not making new table in model

2018-02-12 Thread Anthony
You don't want fake_migrate_all=True if you want to do a real migration -- that instead does a fake migration of all tables, meaning it generates the *.table metadata files in the /databases folder but does not actually do anything to the database. So, get rid of the *.table file of the table

[web2py] postgres not making new table in model

2018-02-12 Thread Jordan Ladora
I've got a postgres server running which has been working fine the last month or so with no issues. I just added a new table in a model but cannot get the migration to work. Everything was updated correctly in the databases folder after doing this, and I've got migrate=True ...in all my

[web2py] Re: Convert languages.lazyT object to string

2018-02-12 Thread Jordan Ladora
Thank you both for your help and patience with this. Oversight on my part-- I was mistaken by the ticket thrown - the first ticket I got when running this was for the 'message' (which i tried to cast to string to fix it before i posted here) param in the email, but then after that i was

[web2py] Re: query to match if boolean field is not True

2018-02-12 Thread David Zejda
On Sunday, 11 February 2018 05:52:44 UTC+1, Massimo Di Pierro wrote: > > I would expect that too but it is not a web2py issue. It is a database > issue. web2py simply translate those in > Hi Massimo, thank you for explanation! David -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: Help with cascading drop down list

2018-02-12 Thread 'Matthew J Watts' via web2py-users
Can anyone point me in the right direction with this, any good tutorial out there on how i can integrate java and web2py? On Friday, February 9, 2018 at 12:05:32 PM UTC+1, Matthew J Watts wrote: > > Thanks for your reponse David! > > On Thursday, February 8, 2018 at 8:56:19 PM UTC+1, Dave S

[web2py] grid: top + button: how to adapt dynamically & translate the title 'add record to database' ?

2018-02-12 Thread Serge Bourgeois
Hello, The following codes changes dynamically the title of the button on the top left of the form in English. But when I switch to another language (exemple FR), I get the French translation of 'Add record to database', and not the translation of what I have placed in the title of this