Kaydet (Commit) a8fa9679 authored tarafından Collin Anderson's avatar Collin Anderson

Tutorial: Consistent url syntax

üst 95cc0e15
......@@ -267,7 +267,7 @@ what you can do with them. And there's no need to add URL cruft such as
``.html`` -- unless you want to, in which case you can do something like
this::
(r'^polls/latest\.html$', 'polls.views.index'),
url(r'^polls/latest\.html$', views.index),
But, don't do that. It's silly.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment