Check out the http shortcuts:
http://docs.djangoproject.com/en/dev/topics/http/shortcuts/

There is one for redirect that can redirect you to a function in the view.

-Tim


On Thu, Feb 18, 2010 at 1:49 PM, Ryan Mark <r...@mrk.cc> wrote:

> Any thoughts as to how I could get the view function from a url name?
> Is there something like django.core.urlresolvers.resolve() that takes
> a url name and returns a view function? Thanks!
>
> --
> Ryan Mark
>
> --
> 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.
>
>

-- 
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