Changeset 260:c69d1a26e4d6
- Timestamp:
- 01/31/10 22:26:02 (6 months ago)
- Author:
- rgrp
- Branch:
- default
- Message:
-
[routing,bugfix][xs]: fix routing for pdf.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r247
|
r260
|
|
| 24 | 24 | maps.admin_map(map, controller='admin', url='/admin') |
| 25 | 25 | # now main shakespeare routes |
| 26 | | map.connect('/pdf', 'pdf/*url') |
| | 26 | map.connect('pdf', 'pdf/*url') |
| 27 | 27 | map.connect('home', '/', controller='site', action='index') |
| 28 | 28 | map.connect('about', '/about/', controller='site', action='about') |