Changeset 73 for bitstructures/trunk/substructure/urls.py
- Timestamp:
- 04/06/08 21:51:53 (9 months ago)
- Files:
-
- 1 modified
-
bitstructures/trunk/substructure/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/substructure/urls.py
r72 r73 9 9 (r'^drafts/(?P<slug>[a-z0-9-]+)/(?P<num>\d+)/(?P<filename>[a-zA-Z0-9-_\.]+)$', 'draft_codeblock'), 10 10 (r'^fb-atom.xml$', 'atom_feed'), 11 (r'^all$', 'all') 11 (r'^all$', 'all'), 12 (r'^robots.txt$', 'robots_txt') 12 13 ) 13 14
