[web2py] Re: Request Password not working correct

2016-05-07 Thread Kirill Shatalaev
Hi friend. I got same trouble. The reason is an empty translations strings. Check the strings: 'Click on the link %(link)s to reset your password' 'Password reset' The first is for message body, the second for subject. понедельник, 5 января 2015 г., 20:49:34 UTC+4 пользователь Ramashish Ga

[web2py] Get only first row for each id in a joint (one to many) query

2016-05-07 Thread Mamisoa Andriantafika
Hi, >From this model db.define_table('address', Field('id_auth_user', 'reference auth_user', writable = False, readable = False), Field('zipcode', 'string', required=True), Field('town', 'string', required=True), Field('country, 'string', required=True), auth.signature) So

[web2py] Installing custom modules on a Web2py-friendly VPS (e.g. DigitalOcean, Linode)?

2016-05-07 Thread Marty Jones
I know this isn't a Web2py specific question but hope some of you will have had experience with this. I have a Web2py app that relies on a number of 3rd party Python modules (Selenium, BeautifulSoup, PyVirtualDisplay, and various dependencies). Before I pay for a VPS, I want to be sure I unders

[web2py] Re: Installing custom modules on a Web2py-friendly VPS (e.g. DigitalOcean, Linode)?

2016-05-07 Thread Kenneth
You can treat DigitalOcean or Linode as complete linux server to play around with. You can install any Python modules with PIP install module_name. On Saturday, May 7, 2016 at 11:50:12 AM UTC-4, Marty Jones wrote: > > I know this isn't a Web2py specific question but hope some of you will > have

[web2py] Re: JS: very small but very useful

2016-05-07 Thread Kenneth
Could you provide any cases to use this JS function for? On Friday, May 6, 2016 at 11:26:43 AM UTC-4, Val K wrote: > > Very small py-function that wraps any js-content in anonymous js-function > > def JS_fun(*args_lst): > def _inner(body): > return "(function(%s){ %s ;})" % (','.join(a

[web2py] markmin

2016-05-07 Thread briannd81
I can read the x value of http get as: tmp = request.vars['x'] What is the equivalent syntax in *markmin*? -- 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) --