Page not found (404)

Request Method: GET
Request URL: http://www.qusnoki.net/index

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

  1. admin/
  2. [name='index']
  3. hello [name='index_no_email']
  4. question/new [name='question_new']
  5. question/show [name='question_show']
  6. question/create [name='question_create']
  7. question/download [name='question_download']
  8. accounts/
  9. accounts/

The current path, index, 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.