Using the URLconf defined in sample_project.urls
, Django tried these URL patterns, in this order:
- ^admin/
- ^ ^$
- ^ ^about/$
- ^ ^feeds/(?P<url>.*)/$
- ^ ^reports/$ [name='reports']
- ^ ^changes/$ [name='changes']
- ^ ^changes/table/$ [name='getchangestable']
- ^ ^changes/logs/$ [name='displaylogs']
- ^ ^timeline/$ [name='timeline']
- ^ ^timeline/json/$ [name='gettimelinedata']
- ^ ^comparison/$ [name='comparison']
- ^ ^comparison/json/$ [name='getcomparisondata']
- ^ ^result/add/json/$
- ^ ^result/add/$
- ^ ^api/
- ^static\/(?P<path>.*)$
The current URL, changes/undefined
, didn't match any of these.