Page not found (404)

Request Method: GET
Request URL: https://soapyfoamy.com/news/show277.html

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

  1. admin/
  2. [name='home']
  3. checkout/ [name='checkout']
  4. register/ [name='register']
  5. login/ [name='login']
  6. logout/ [name='logout']
  7. contact/ [name='contact']
  8. about_us/ [name='about_us']
  9. wishlist/ [name='wishlist']
  10. cart/ [name='cart']
  11. shop/ [name='shop']
  12. blog_list [name='blog_list']
  13. blog_detail/<int:blogpost_id>/ [name='blog_detail']
  14. product_page/<int:product_id>/ [name='product_page']
  15. update_item/ [name='update_item']
  16. update_wish/ [name='update_wish']
  17. process_order/ [name='process_order']
  18. user/user_dashboard/ [name='user_dashboard']
  19. user/user_order/ [name='user_order']
  20. user/user_order_id/<int:order_id>/ [name='user_order_id']
  21. user/user_wishlist [name='user_wishlist']
  22. search_view/ [name='search_view']
  23. reset_password/ [name='reset_password']
  24. reset_password_sent/ [name='password_reset_done']
  25. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  26. reset_password_complete/ [name='password_reset_complete']
  27. accounts/
  28. ^media/(?P<path>.*)$
  29. ^static/(?P<path>.*)$

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