Using the URLconf defined in dpaste.urls,
Django tried these URL patterns, in this order:
-
^^api/$ [name='dpaste_api_create_snippet'] -
^^$ [name='snippet_new'] -
^^about/$ [name='dpaste_about'] -
^^history/$ [name='snippet_history'] -
^^(?P<snippet_id>[a-zA-Z0-9]{4,})/?$ [name='snippet_details'] -
^^(?P<snippet_id>[a-zA-Z0-9]{4,})/raw/?$ [name='snippet_details_raw']
The current path, 9MqUi/raw,
matched the last one.