ttp://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails fr
On 13/04/14 12:43, Massimo Di Pierro wrote:
Great news! We are finally moving to Sphinx.
http://web2py.readthedocs.org/en/latest/
Kudos to Simone (niphlod) who single handedly ported all the docstrings
and made this possible.
Thank you Simone!
Awesome! This is very useful, Thank you niphol
[db.tables] and [db.stats] in response.toolbar doesn't show anything in
2.1.1
El martes, 23 de octubre de 2012 00:53:06 UTC-3, lyn2py escribió:
>
> db stats used to produce the SQL code and the db access timings whenever
> the controller has code that accesses the db.
>
> But I found that db sta
El viernes, 20 de julio de 2012 14:24:01 UTC-4, Jonathan Lundell escribió:
>
> On 20 Jul 2012, at 11:03 AM, Daniel Aguayo wrote:
>
> Hi, It's still not resolved
>
>
> Yeah, that was just for diagnostic purposes. Find where you're specifying
> 'sh512'
Hi, It's still not resolved
El viernes, 20 de julio de 2012 12:22:01 UTC-4, Massimo Di Pierro escribió:
>
> can you please try again?
>
>
Traceback (most recent call last):
File "web2py.py", line 25, in
gluon.widget.start(cron=True)
File "/home/dantoac/web2py_git/gluon/widget.py", line 10
fellows! almost 2 years later, this is not yet updated in the book (also,
login is temporarily disabled)
personally, I'd really like to-have-more-documentation-about-this™
regards
Massimo Di Pierro wrote:
I hate all changes related to this topic. This is because I have to
learn a new system and do extra work to move stuff around. There was a
lot of push for git and github so we did it.
Please, let's not open this can of worms again. The costs of changing
outweighs the ben
ma...@rockiger.com escribió:
Should go away, when all dns servers are updated.
Hi,
at http://killer-web-development.com/section/1/3 shows a diagram that
try to explain the MVC pattern that says:
[USER <-> CONTROLLER <-> VIEW, USER <-> CONTROLLER <-> MODEL <- DATABASE]
...but I think it sh
Bruce Wade escribió:
My problem with bitbucket is the 5 cap for free private, if you are
wanting to use git and keep the projects public I recommend gitorious.
I like gitorious because it's FLOSS and 'eats its own dog food'
(gitorious code is hosted on gitorious), but private projects **for
fre
Daniel Aguayo Catalán escribió:
mdipierro escribió:
I somebody wants to keep an "official" mirror there I have no
objection. I prefer to stick with mercurial on Google because
mercurial is 100% python.
On Apr 5, 1:53 am, elffikk wrote:
hi,
I use a few project stored on github, and
mdipierro escribió:
I somebody wants to keep an "official" mirror there I have no
objection. I prefer to stick with mercurial on Google because
mercurial is 100% python.
On Apr 5, 1:53 am, elffikk wrote:
hi,
I use a few project stored on github, and I find it easier to navigate
source code or
Alan Etkin escribió:
dbi('historia',
...
Field('fecha', 'string')
)
That should be a 'date' field for web2py to handle date information
properly.
I changed that later. I was using the 'date' type originally when the
issue came up.
date = str(datetime.datetime.now()) #NO err
e == False:
f += 1
else:
n += 1
db_informes.historia.update_or_insert(
brand_id = b.id,
brand_name = b.name,
positivos = t,
negativos = f,
Daniel Aguayo Catalán escribió:
Alan Etkin escribió:
datepart,timepart=val.split(" ")ValueError:need more than1value to
unpack
It looks like convert_timestamp() in pysqlite2.dbapi2 is expecting a
date+time object and receives a date, isn't it?
Hi, I forgot to say that the prob
Alan Etkin escribió:
datepart,timepart=val.split(" ")ValueError:need more than1value to unpack
It looks like convert_timestamp() in pysqlite2.dbapi2 is expecting a
date+time object and receives a date, isn't it?
Hi, I forgot to say that the problem exists even if I try to insert a
request.now v
Hi,
i have a fieldtype 'date' in a table that I cannot create from using
request.now.date() in the db.table.update_or_insert statement (even
if a change the fieldtype and date value to string)
Traceback (most recent call last):
File "/home/danto/web2py/gluon/r
Nik Go escribió:
How do I add a new button in a user's profile page that redirects to
another view?
(assuming that you're using the default 'user' function in 'default'
controller)
...you can edit the view /default/user.html
LightDot escribió:
I'm browsing trough the new web page a bit and I can report a glitch:
div class "sixteen columns announce" gets thrown to the right, so I
get a horizontal scroll bar even on a 1920px wide screen. Tested on
linux, Firefox 8 and Opera 11.60 (screenshot attached).
Chromium 1
Hi,
web2py has so many 'fast way' of doing thins that I trying to find
Is there any fast way to do an "orderby" in a select with virtualfields
(been the virtualfield the orderby parameter)?
kind regards
--
Daniel Aguayo
@dantoac
GNU/Linux User #387337
this helps,
>> BrendanC
>>
>>
>
> I'm agree with you. I also can't understand why Databases Views are not so
> important in Web2py (et al). The only way I see to use Database's Views in
> web2py is with db.extecutesql statement. I hope some other can answer us.
>
> Thank you Brendan! You helped me a lot.
>
>
--
Daniel Aguayo
@dantoac
GNU/Linux User #387337
Hi all,
I'm confuse with this two questions:
1) Create Virtual Fields are similar to create usual Views in database
(mysql, postgres)?
2) What/How would you recommend to use for a search function? (just the
idea could be enough)
I haven't much experience with neither of both. I never used virtu
t;
It is currently in version 1.0beta5
Regards.
Daniel Aguayo Catalán
El 12/10/11 18:17, Stefaan Himpe escribió:
Do we need a policy about this?
"live and let live" ?
++1
I would be worried if anyone take seriously enough another user signature
;3
maybe we could add to this project: http://pyforum.org (afaik author is also
in this forum :))
fantastic kenji! nice job
I meant:
when deleting an item from the grid view, is not showing a confirmation box
when deleting an item it's not showing a confirmation box as suppose to
default (deletable=True)
that you can do in the system as
> far as management options.
>
> Cheers,
>
> Julio
> (pyforum: speedbird)
>
> http://www.pyforum.org/
>
I have been expecting this. Nice work Julio, thank for sharing it.
--
Daniel Aguayo Catalán
Estudiante Ingeniería Informática
Univ
Thanks for your reply Anthony, was very useful.
Hi List,
I remember that book used to say that for autocomplete was better
going for the jquery plugin for same purposes (altought i cannot find
that in the book, now).
If I would have a large amount of fields to search (say, thousands or,
i hope not, millions) is the web2py autocomplete best sol
30 matches
Mail list logo