Django Book 翻译
菜单>:
TOC
返回
原文:
You *can* do that with Django (and well tell you how later, if you really must know), but one of Djangos core philosophies is that URLs should be beautiful. The URL ``/time/plus/3/`` is far cleaner, simpler, more readable, easier to recite to somebody aloud and just plain prettier than its query string counterpart. Pretty URLs are a sign of a quality Web application.
翻译:
你 *可以* 在Django里也这样做 (如果你真的想要这样做,我们稍后会告诉你怎么做), 但是Django的一个核心理念就是URL必须看起来漂亮。URL ``/time/plus/3/`` 更加清晰, 更简单,也更有可读性,可以很容易的大声念出来,因为它是纯文本,没有查询字符串那么 复杂。漂亮的URL就像是高质量的Web应用的一个标志。
备注:
译者: