Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
utahcon opened this issue Oct 16, 2009 · 0 comments

Comments

@utahcon
Copy link
Collaborator

utahcon commented Oct 16, 2009

(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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant