[web2py] Re: pyDAL support for crate.io ?

2016-08-07 Thread Massimo Di Pierro
So far you are the first one to ask for it. We are happy to look at feasibility. Do you think there is enough demand? Do you known if they (or any other company) that may be interested in sponsoring this project? On Saturday, 6 August 2016 17:08:18 UTC-5, H. Das wrote: > > Are there any plans to

[web2py] Re: URL based internationalization and pattern router

2016-08-07 Thread Anthony
On Sunday, August 7, 2016 at 2:21:19 AM UTC-4, Carlos Cesar Caballero wrote: > > Hi Anthony, first of all thanks for your time and your help. > > I think that getting data in controlers as vars, is far better than > recieving it as args, the main problem with your proposal (that works, of > cours

[web2py] Recommendations on where to store translation strings

2016-08-07 Thread Jimbo
Hi, I have several dictionaries which needs translation, where would you recommended I store these? I currently have them in model-files and they typically looks something like this: choices = collections.OrderedDict(( ('1', T('Choice 1')), ('2', T('Choice 2')), ... )) Then I use