I want to parse an application URL just like Django does. url = 'http://www.example.com/path/to/myview/123' view, params = decompose(url) # now view="MyView", params=('123',)
How can it be done? -- 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 [email protected]. To post to this group, send email to [email protected]. 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/08a4ed71-ec57-4d30-9223-ba6dbb7c2542%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

