Page not found (404)

Request Method: GET
Request URL: http://www.iuem.com.cn/index.html

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

  1. index_pro/
  2. login/
  3. register_pro/
  4. terminal_news/
  5. news/add/
  6. terminal/delete_news/
  7. terminal/change_news/
  8. show/news/
  9. terminal_members/
  10. ^media/(?P<path>.*)$ [name='media']
  11. members/add/
  12. show/professers/
  13. terminal/delete_professers/
  14. terminal_thesis/
  15. thesis/add/
  16. download/
  17. terminal/delete_thesis/
  18. user_teacher/
  19. user_members/
  20. user_news/
  21. user_thesis/
  22. demo/
  23. demo/search [name='search']
  24. ^static/(?P<path>.*)$

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