Re: getting a view function from a view name

2010-02-18 Thread Timothy Kinney
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 wrote: > Any thoughts as to how I could get the view function from a url name? >

getting a view function from a view name

2010-02-18 Thread Ryan Mark
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" g