Page not found (404)

Request Method: GET
Request URL: http://bbs.sumisora.net/yume/polls/hack.php?H_name=localsettings

Using the URLconf defined in sumisora.urls, Django tried these URL patterns, in this order:

  1. ^yume/admni/doc/
  2. ^yume/polls/ ^$ [name='index']
  3. ^yume/polls/ ^(?P<poll_id>\d+)/$ [name='month']
  4. ^yume/polls/ ^(?P<object_id>\d+)/results/$ [name='poll_results']
  5. ^yume/service/
  6. ^yume/recover/ [name='recover']
  7. ^yume/admni/

The current URL, yume/polls/hack.php, 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.