Kaydet (Commit) 09e825c7 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Small formatting fix to tutorial03

git-svn-id: http://code.djangoproject.com/svn/django/trunk@199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 6fdb7c98
......@@ -91,7 +91,7 @@ a keyword argument to the view function.
Because the URL patterns are regular expressions, there really is no limit on
what you can do with them. And there's no need to add URL cruft such as
``.php`` -- unless you have a sick sense of humor, in which case you can do
something like this:
something like this::
(r'^polls/latest\.php$', 'myproject.apps.polls.views.polls.index'),
......
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