Gah nvm :-P
Its 7 30 am I was a bit under the weather :-P
sorry :-(
On Tue, Jul 3, 2012 at 7:35 AM, Andrew Evans wrote:
> Your right ty :-)
>
> How can I select channel_name then from my view (so I don't have to change
> a million entries)
>
> {{for broadcast in schedule:}}
>
>
>
> {{=b
Your right ty :-)
How can I select channel_name then from my view (so I don't have to change
a million entries)
{{for broadcast in schedule:}}
{{=broadcast.channel}}
>
> db.define_table('channel',
> Field('channel_name'))
>
> db.define_table('schedule',
>
> Field('userinfo',db.auth_user,default=auth.user_id,readable=False,writable=False),
> Field('show',db.show,requires=IS_IN_DB(db,db.show.id,'%(title)s')),
> Field('channel',requires=IS_IN_DB(
3 matches
Mail list logo