Changes between Version 2 and Version 3 of SnakesAndRubiesTranscript/DjangoPresentation
- Timestamp:
- Jan 23, 2006, 4:14:19 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SnakesAndRubiesTranscript/DjangoPresentation
v2 v3 202 202 203 203 {{{ 204 204 ( 205 ('^blog/$', 'myapp.blog.homepage'), 206 ('^blog/archive/$', 'myapp.blog.archive'), 207 ('^blog/archive/(\d+)/$', 'myapp.blog.permalink'), 208 ) 205 209 }}} 206 210