[web2py] how to set fast ordering datetime field [now without typos and subject]

2016-05-24 Thread MAbeeTT
ime datefile field should be indexed or similar in order to get fastest queries! :/ I am using mysql. Thanks in advance. -- .::MAbeeTT::. mabeett [at] gmail [ dot] com -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Sour

[web2py]

2016-05-24 Thread MAbeeTT
field should be indexed or similar in order to get fastest queries! :/ I am using mysql. Thanks in advance. -- .::MAbeeTT::. mabeett [at] gmail [ dot] com -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - ht

[web2py] Bug: _before_* callbacks ignores file deletion

2015-12-29 Thread MAbeeTT
dump of the database, and before finishing the tarball of uploads there could be hours of spending time. Maybe the issue is not a bug, just a feature. So I write here. Thanks in advance, -- .::MAbeeTT::. mabeett [at] gmail [ dot] com -- Resources: - http://web2py.com - http

Re: [web2py] Re: pre filled fields SQLFORM for new entry in db

2015-02-24 Thread MAbeeTT
Thanks I was doing form.accepts(request, session, dbio=False...) before form.vars.name = request.post_vars.name Whe should be after. On Tue, Jan 20, 2015 at 3:24 PM, Nbush wrote: > Use default: > > db.person.name.default="MAbeeTT" > form = SQLFORM(db.person) > .

[web2py] pre filled fields SQLFORM for new entry in db

2015-01-19 Thread MAbeeTT
n & web2py. Thanks -- .::MAbeeTT::. mabeett [at] gmail [ dot] com -- 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) --- You received this message because you are

[web2py] tool for making actions' diagrams

2014-12-27 Thread MAbeeTT
I see in the 3rd chapter of the book some diagrams for describing the actions' relationship. http://www.web2py.com/books/default/image/29/en3400.png Do you use some tool for drawing this? (different than pencil and paper). Do you recomend someone? Thanks, -- .::MA