Changeset 74 for bitstructures/trunk/substructure/urls.py
- Timestamp:
- 05/28/08 20:22:40 (6 months ago)
- Files:
-
- 1 modified
-
bitstructures/trunk/substructure/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/substructure/urls.py
r73 r74 10 10 (r'^fb-atom.xml$', 'atom_feed'), 11 11 (r'^all$', 'all'), 12 (r'^tagged-with/(?P<tag_name>[a-z0-9-]+)$', 'tagged_with'), 12 13 (r'^robots.txt$', 'robots_txt') 13 14 )
