Page not found (404)

Request Method: GET
Request URL: http://www.maikecn.com/a/news/155.html

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

  1. adminii/
  2. mdeditor/
  3. ueditor/
  4. media/(?P<path>.*) [name='media']
  5. static/(?P<path>.*) [name='static']
  6. [name='index']
  7. index.html [name='index']
  8. lang/<str:lang>.html [name='lang']
  9. corpinfo.html [name='corpinfo']
  10. corpinfo/<str:type>.html [name='corpinfo']
  11. newprod.html [name='newprod']
  12. newprod/<int:page_num>.html [name='newprod']
  13. newproddetail/<int:id>.html [name='newprod_detail']
  14. material.html [name='material']
  15. material/<int:page_num>.html [name='material']
  16. materialdetail/<int:id>.html [name='material_detail']
  17. materials.html [name='materials']
  18. scenelist.html [name='scene_list']
  19. scenelist/<str:type>.html [name='scene_list']
  20. scene/<str:type>/<int:page_num>.html [name='scene_list']
  21. scenedetail/<int:id>.html [name='scene_detail']
  22. designlist.html [name='design_list']
  23. designlist/<str:type>.html [name='design_list']
  24. designlist/<str:type>/<int:page_num>.html [name='design_list']
  25. designdetail/<int:id>.html [name='design_detail']
  26. prodlist.html [name='prod_list']
  27. prodlist/<str:type>.html [name='prod_list']
  28. prodlist/<str:type>/<int:page_num>.html [name='prod_list']
  29. proddetail/<int:id>.html [name='prod_detail']
  30. prodcomplist.html [name='prod_comp_list']
  31. prodcomplist/<str:type>.html [name='prod_comp_list']
  32. prodcomplist/<str:type>/<int:page_num>.html [name='prod_comp_list']
  33. proddetail/<int:id>.html [name='prod_comp_detail']
  34. prodpowerlist.html [name='prod_power_list']
  35. prodpowerlist/<str:type>.html [name='prod_power_list']
  36. prodpowerlist/<str:type>/<int:page_num>.html [name='prod_power_list']
  37. prodpowerdetail/<int:id>.html [name='prod_power_detail']
  38. news.html [name='news']
  39. news/<str:type>.html [name='news']
  40. newsdetail/<int:id>.html [name='news_detail']
  41. message.html [name='message']
  42. guest_book_submit/

The current path, a/news/155.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.