from django.core import urlresolvers

match = urlresolvers.resolve(urlsplit(url).path)
view = match.func
params = math.args

https://docs.djangoproject.com/en/dev/ref/urlresolvers/#resolve

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ed76caad-2507-4c93-b115-0f63e5a9949d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to