vote up -4 vote down star

One of the defining features of Django is the emphasis on urls. What are some cool or creative urls you have come across or used?


example:

http://mysite.com/articles/[format]/[article_name]

where format can be html, pdf, xml, json, sql (returns sql used to create the page), python (returns source code used in that page)

flag

closed as not a real question by Rich B, David Dorward, Pesto, Mitch Wheat, TheTXI Jun 18 at 13:48

Browse other questions tagged or ask your own question.