Django

Code

Changeset 199

Show
Ignore:
Timestamp:
07/19/05 00:52:54 (3 years ago)
Author:
adrian
Message:

Small formatting fix to tutorial03

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial03.txt

    r198 r199  
    9292what you can do with them. And there's no need to add URL cruft such as 
    9393``.php`` -- unless you have a sick sense of humor, in which case you can do 
    94 something like this: 
     94something like this:: 
    9595 
    9696    (r'^polls/latest\.php$', 'myproject.apps.polls.views.polls.index'),