[web2py] Re: isomorphic rendering ... a possible future for web2py?

2017-12-01 Thread Dave S
On Friday, December 1, 2017 at 6:54:06 AM UTC-8, Pbop wrote: > > Here is an interesting read for the community. > https://whatisjasongoldstein.com/writing/universal-jinja/ > > Yes, it is. I'm not yet ready to comment, though ... slowly absorbing. /dps -- Resources: - http://web2py.com - htt

[web2py] Re: Cannot import module 'applications.welcome.modules.pytz

2017-12-01 Thread Neil
I just had the same problem. I used the `umask` solution here: https://stackoverflow.com/questions/36898474/how-to-install-a-module-for-all-users-with-pip-on-linux -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https:/

[web2py] locally stored auth information / user_groups

2017-12-01 Thread 'Silvan Marco Fin' via web2py-users
Hi! I've successfully set up ldap auth (against an Active Directory), allowing users to log in with their username/password credential. But I've two issues related to ldap auth remaining: 1. Why do I get no user_groups, if user log's in with scope, eg. 'testuser' vs. 'testu...@example.co

[web2py] scheduler processes synchronization

2017-12-01 Thread Pierre
Hi, well, i already pulled off my hairs so i'm late.. here is the situation: i have 3 sched process that can execute the same task function (diffrerent params) in parallel: task function is like that: def task(params): try: call module.functionA call module.functionB

[web2py] isomorphic rendering ... a possible future for web2py?

2017-12-01 Thread Pbop
Here is an interesting read for the community. https://whatisjasongoldstein.com/writing/universal-jinja/ The money quote is: "The reason to write fancy frontends isn’t because it’s faster (it’s not), it’s to decouple use actions from pageviews." Enter a new term for at least my vocabulary: isom

[web2py] show_if and radio buttons

2017-12-01 Thread tim . nyborg
Has anyone gotten field.show_if to work with the built-in radio button widget? We've a typical show_if: idb.amendment.transfer_module.show_if = idb.amendment.transfer_type == 1 And it functions just find if transfer_type uses SQLFORM.widgets.integer.widget or ...options.widget, but not ...radio

Re: [web2py] Re: Is Web2py suitable for my project

2017-12-01 Thread 'Matthew J Watts' via web2py-users
great, thanks for your help Leoanal. I will give it a go! and thanks for your response Eric. I'll post the results of my work here in case anyone needs it in the future cheers Matt On Sat, Nov 25, 2017 at 4:29 PM, Eric's Gmail wrote: > Matt, > > Sorry to say that the project never progressed