Page not found (404)

Request Method: GET
Request URL: http://www.mtn001.com/board/blist/E

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

  1. ckeditor/
  2. category/<str:key>/
  3. category/<str:username>/<str:key>/
  4. news_list/<str:key>/
  5. news/<str:key>/
  6. custom/<str:link>/
  7. product/<str:key>/ [name='product']
  8. get_pdf/
  9. product_list/<str:key>/
  10. product/<str:username>/<str:key>/ [name='product_custom']
  11. cart/
  12. deleteCart/
  13. addtoCart/
  14. updateCart/
  15. create_order/
  16. search_info/<str:keyword>/
  17. search/<str:keyword>/
  18. search_order/<str:keyword>/
  19. confirm_message/
  20. cart_info/
  21. sale/<str:username>/
  22. froala_editor/image_upload/
  23. admin/
  24. order/
  25. i18n/
  26. froala_editor/
  27. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  28. ^search

The current path, board/blist/E, 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.