Yes, you're correct.
Thank you so much

On 16 Dic, 13:40, Marcos Moyano <marcosmoy...@gmail.com> wrote:
> I think you are looking for object_detail, not 
> direct_to_template.http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views-...
>
> Rgds,
> Marcos
>
>
>
> On Thu, Dec 16, 2010 at 9:32 AM, MarcoS <marc.se...@gmail.com> wrote:
> > Hi people, I want to define a generic view using
> > simple.direct_to_template, something like this:
>
> > (r'^detail_event/(?P<object_id>\d+)/$', simple.direct_to_template,
> > {
> >        'extra_context': {'event': Event.objects.get(id=object_id),}
> >    }),
>
> > Of course this doesn't work, django tell me that 'object_id' is not
> > defined.
> > How can I access at the object_id value?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.
>
> --
> Some people, when confronted with a problem, think “I know, I'll use regular
> expressions.” Now they have two problems.
>
> Jamie Zawinski, in comp.emacs.xemacs

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

Reply via email to