You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output? What do you see instead?
I see "The current URL, pages/home/, didn't match any of these." instead.
Page not found (404)
Request Method: GET
Request URL: http://localhost:1000/pages/home/
Using the URLconf defined in urls, Django tried these URL patterns, in this order:
^admin/speakers/presentation/voting-results/$
^admin/speakers/show/(?P\w+)?/?$
^admin/(.)
^feeds/list/(?P\w+)?/?$
^accounts/
^about/tos/$
^logout/$
^speaker/categories/$
^speaker/audiences/$
^speaker/papers/(?P<abs_id>\d+)?/?$
^speaker/papers/(?P<abs_id>\d+)/delete/$
^speaker/list/all/$
^speaker/list/(?P\w+)?/?$
^speaker/find/(?P\w+)?/?$
^speaker/(?P<s_id>\d+)/$
^presentation/schedule/(?P\d{4}-\d{2}-\d{2})?/?$
^presentation/cat/(?P\w+)?/?$
^presentation/location/(?P\w+)?/?$
^presentation/audience/(?P\w+)?/?$
^presentation/(?P<p_id>\d+)/$
^presentation/(?P<object_id>\d+)/(?Pup|down|clear)vote/?$
^sponsor/list/$
^updates/history/$
^lug/list/$
^volunteer/$
^volunteer/list/$
^volunteer/(?P<vol_id>\d+)?/?$
^static/(?P.)$
^$
The current URL, pages/home/, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change
that to False, and Django will display a standard 404 page.
What version of the product are you using? On what operating system?
svnversion = 467
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
(orig: rizwank, Sep 23, 2009)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I see "The current URL, pages/home/, didn't match any of these." instead.
Page not found (404)
Request Method: GET
Request URL: http://localhost:1000/pages/home/
Using the URLconf defined in urls, Django tried these URL patterns, in this order:
^admin/speakers/presentation/voting-results/$
^admin/speakers/show/(?P\w+)?/?$
^admin/(.)
^feeds/list/(?P\w+)?/?$
^accounts/
^about/tos/$
^logout/$
^speaker/categories/$
^speaker/audiences/$
^speaker/papers/(?P<abs_id>\d+)?/?$
^speaker/papers/(?P<abs_id>\d+)/delete/$
^speaker/list/all/$
^speaker/list/(?P\w+)?/?$
^speaker/find/(?P\w+)?/?$
^speaker/(?P<s_id>\d+)/$
^presentation/schedule/(?P\d{4}-\d{2}-\d{2})?/?$
^presentation/cat/(?P\w+)?/?$
^presentation/location/(?P\w+)?/?$
^presentation/audience/(?P\w+)?/?$
^presentation/(?P<p_id>\d+)/$
^presentation/(?P<object_id>\d+)/(?Pup|down|clear)vote/?$
^sponsor/list/$
^updates/history/$
^lug/list/$
^volunteer/$
^volunteer/list/$
^volunteer/(?P<vol_id>\d+)?/?$
^static/(?P.)$
^$
The current URL, pages/home/, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change
that to False, and Django will display a standard 404 page.
What version of the product are you using? On what operating system?
svnversion = 467
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: