Hi,
I' new to web2py and I try to follow Massimo Di Pierro video on 
YouTube/Vimeo.
When I change in db1.py the 4 following 4 rows:
Field('dateofcreation', 'datetime'),
Field('created_by', 'reference auth_user'),
Field('modified_by', 'reference auth_user'),
Field('modified_on', 'datetime'))
with 
auth.signature
I get a error ticket.
It seems that in the default/index.html at the line 131  (response.write(row
.timeofcreation)) raise the following error:
AttributeError()
Could somebody help me to overcome this problem?
Tanks in advance.
Have a good day.

-- 
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 subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/bfcbdefd-b691-4cca-a1d8-d5e827cf75d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to