Thank you.

Bookmark = db.define_table(
    'bookmark',
    Field('link','reference link',writable=False),
    Field('category',requires=IS_IN_SET(['work','personal'])),
    Field('tags','list:string'),
    auth.signature)


Can you explain what auth.signature?  This feature doesn't seem
documented.

Thanks.



On Mar 13, 6:41 pm, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:
> https://github.com/mdipierro/web2py-appliances/tree/master/UrlShortening
>
>
>
>
>
>
>
> On Tuesday, 13 March 2012 17:04:09 UTC-5, VP wrote:
>
> > Massimo: can you make this url shortening app available?
> >http://www.youtube.com/watch?v=M5IPlMe83yI
>
> > thanks.

Reply via email to