网站地图

Page not found (404)

Request Method: GET
Request URL: http:/myflagtech.com/single-product.html

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

  1. [name='index_home']
  2. index_view [name='index_home']
  3. index_view_test11 [name='index_home']
  4. test
  5. index
  6. ajaxindex
  7. base
  8. test4 [name='like_change']
  9. index_view [name='like_change']
  10. wangeditor/
  11. product/
  12. bootstrap/example
  13. ^admin/
  14. ^chaining/
  15. about_us [name='about_us']
  16. contact [name='contact']
  17. validate_contac_form [name='validate_contac_form']
  18. ^media/(?P<path>.*)$

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