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
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
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
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
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
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)
--
6 matches
Mail list logo