Hi,
using latest trunk and in admin I've created a new simple app. If I try to
run this app, I get a ticket.
__init__() got an unexpected keyword argument
'salt'
TRACEBACK
1.
2.
3.
4.
5.
6.
7.
Traceback (most recent call last):
File "E:\web2py-2-work\gluon\restricted.py", line 205, in rest
e is broken.
>
> Massimo
>
> On Monday, 30 July 2012 02:16:01 UTC-5, Andreas Kaiser wrote:
>>
>> Hi,
>>
>> using latest trunk and in admin I've created a new simple app. If I try
>> to run this app, I get a ticket.
>> __init__() got an unexpecte
is (it will
> be automatically recreated starting from applications/welcome)
>
> Il giorno lunedì 30 luglio 2012 16:21:50 UTC+2, Andreas Kaiser ha scritto:
>>
>> Hi Massimo,
>>
>> I know, from now the password is always salted. But the automatic
>&g
Hi all,
with the latest trunk the datetime translation seems to be broken.
In models.py I have defined:
db.timeevent.start.requires = [IS_NOT_EMPTY(),
IS_DATETIME(format=T('%Y-%m-%d %H:%M:%S'))]
db.timeevent.finish.requires = IS_DATETIME(format=T('%Y-%m-%d %H:%M:%S'))
and in languages de-de.p
Hi,
is there a way to simplify these expression: form[0][-1][1] ? Ok, I can
assign these expression to a var. For a lot of questions regarding forms,
there is form[0][-1][1] part of an answer.
Thanks
Andreas
Am Samstag, 7. Juli 2012 02:38:04 UTC+2 schrieb Massimo Di Pierro:
>
> try
>
> form[
5 matches
Mail list logo