Yes, AFAIK appadmin is a T2 thing.

So, I wonder how can one rewrite the line below using
db.post.represent (still that is more flexible)

db.define_table('post',
    Field('title',length=256),
    Field('body','text',requires=IS_NOT_EMPTY()),
    Field('author',db.auth_user),
    format='%(title)s')

db.post.represent = ?

thanks
Gergo
-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to