Re: [web2py] Re: Web2py's included connection pooling VS external pooling software

2014-12-06 Thread Lisandro Rostagno
Thank you very much Michele for your answer. I understand that assigning different priorities to each web app is a complex problem. I mean, it's complex in the sense that it involves many different areas. But I think that with the information I have and the configuration variables I know, I

[web2py] Re: docker

2014-12-06 Thread rif
As far as I can tell the only thing you have to do is to run the container like this: docker run -p 8080:80 web2py and you will be able to connect at http://localhost:8080 Of course you can change the 8080 to any other port. -rif vineri, 5 decembrie 2014, 05:11:22 UTC+2, Massimo Di Pierro a

[web2py] Sorting a grid by a field that's referenced by a referenced table

2014-12-06 Thread Spokes
I have a grid that I would like to sort by a field that's removed from the table referenced in the grid's query by two degrees of references. The situation is essentially like this: db.define_table('table1', ...) db.define_table('table2', dal.Field('f_table1_id', type='reference table1',

[web2py] Re: How to split the work between HTML designers and programmers using web2py?

2014-12-06 Thread Niphlod
the people you call as designer and can edit only html, css and js is one step ahead to graphic designer (which does only image manipulations), but they are not modern web designers. Exactly as someone like that can't edit, e.g., wordpress templates, he/she won't be able to alter web2py

Re: [web2py] Re: UPDATED AGENDA! Bay Area web2py meetup (refreshments) -- 12/5/2014, 6:30PM - 9:00PM -- BE THERE!!!

2014-12-06 Thread Richard Warg
http://vimeo.com/113800965 The video of web2py presentation by Dr DiPierro The rest will follow as time permits. On Thu, Dec 4, 2014 at 9:46 PM, Volodymyr Strelchuk volodymyr@gmail.com wrote: I hope to be there Volodymyr -- Resources: - http://web2py.com - http://web2py.com/book

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-12-06 Thread lpg
Hello, what's the status of integrating this in Web2py ? Can't see any other discussions online... On Wednesday, April 2, 2014 7:18:26 AM UTC-4, Quint wrote: hmm, You'll need to import current somewhere in one of your models i guess.. Try to add this: from gluon.globals import current

[web2py] Redirect http to https via routes.py

2014-12-06 Thread Vinicius Assef
Is there a way to redirect http to https using routes.py? I'm running web2py with the following command: $ python web2py.py --nogui -a adminpassword -c ~/openssl/server.crt -k ~/openssl/server.key -i 0.0.0.0 -p 8000 This way, web2py doesn't accept http connections. It returns a Bad Request

[web2py] Re: Redirect http to https via routes.py

2014-12-06 Thread Anthony
Check out the bottom part of this section http://web2py.com/books/default/chapter/29/04/the-core#Pattern-based-system. The URL protocol is part of the pattern to be matched, so presumably you can match http and rewrite to https. Anthony On Saturday, December 6, 2014 10:44:32 PM UTC-5,

Re: [web2py] Re: Redirect http to https via routes.py

2014-12-06 Thread Vinicius Assef
I've tried. It stops on rocket. :-( On Sun, Dec 7, 2014 at 2:52 AM, Anthony abasta...@gmail.com wrote: Check out the bottom part of this section. The URL protocol is part of the pattern to be matched, so presumably you can match http and rewrite to https. Anthony On Saturday, December 6,

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-12-06 Thread Quint van den Muijsenberg
Hi, There is the plugin which should still be working ad far as I know. Haven't udated to the latest PSA source for quite some time though but you could do that yourself. https://code.google.com/p/w2p-social-auth/ Quint Sent from my HTC On Dec 7, 2014 1:45 AM, lpg lucas.gei...@gmail.com wrote: