I believe this is what you are looking for: https://docs.djangoproject.com/en/1.5/topics/http/urls/#reverse-resolution-of-urls
-A On Sat, Sep 7, 2013 at 8:17 PM, Nafiul Islam <[email protected]>wrote: > I've been busy exploring the different Python Web Frameworks, and it has > been a rewarding experience. I wanted to ask regarding a certain feature > that I found in Pyramid, and that is URL > generation<http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/urldispatch.html#generating-route-urls>. > I wanted to ask if Django had something similar built in (I could not find > something like this in the docs) or do I have to use a third-party library, > if so then what library would you recommend? > > -- > Kind Regards, > Nafiul Islam > > -- > 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. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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. For more options, visit https://groups.google.com/groups/opt_out.

