Re: invalid sytax when naming url

2009-10-16 Thread David
Ah great thanks! On Oct 15, 10:33 pm, Adam Olsen wrote: > On Thu, Oct 15, 2009 at 10:14 PM, David wrote: > > > I can't figure out why this is invalid syntax... > > You can't pass a keyword argument to a tuple.  It should read: > > url(r'^$', object_list, list_args, name='list'), > > -- > Adam O

Re: invalid sytax when naming url

2009-10-15 Thread Adam Olsen
On Thu, Oct 15, 2009 at 10:14 PM, David wrote: > > I can't figure out why this is invalid syntax... You can't pass a keyword argument to a tuple. It should read: url(r'^$', object_list, list_args, name='list'), -- Adam Olsen SendOutCards.com http://www.vimtips.org http://last.fm/user/synic