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)
