ConMan icon indicating copy to clipboard operation
ConMan copied to clipboard

The current URL, pages/home/, didn't match any of these. (for brand new install

Open utahcon opened this issue 16 years ago • 0 comments

(orig: rizwank, Sep 23, 2009)

What steps will reproduce the problem?

  1. Follow steps in README for quick and dirty
  2. Browse to URL

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.

utahcon avatar Oct 16 '09 21:10 utahcon