Changes between Initial Version and Version 1 of Ticket #16541, comment 3


Ignore:
Timestamp:
Jul 30, 2011, 10:12:02 AM (13 years ago)
Author:
kinpoo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16541, comment 3

    initial v1  
    3030# in urls.py
    3131    # ...
    32     url(r'^wiki/(?P<id>\w+)-(?P<title>.*)$', 'article'),
     32    url(r'^wiki/(?P<id>\d+)-(?P<title>.*)$', 'article'),
    3333    #...
    3434
Back to Top