Page not found (404)

Request Method: GET
Request URL: https://www.archasol.com/product-page/photon-solar-bench-seat

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

  1. admin/
  2. blog/
  3. product/
  4. [name='home']
  5. storage/upload/ [name='media-upload']
  6. storage/load/ [name='media-load']
  7. storage/page-save/ [name='page-save']
  8. storage/page-load/<str:pk>/ [name='page-load']
  9. dashboard-login/ [name='dashboard-login']
  10. dashboard/ [name='dashboard']
  11. about-us/ [name='about-us']
  12. contact-us/ [name='contact-us']
  13. send-mail/ [name='send-mail']
  14. <slug:slug>/ [name='default-page']
  15. api/v1/
  16. ckeditor/
  17. accounts/
  18. ^static/(?P<path>.*)$
  19. ^media/(?P<path>.*)$

The current path, product-page/photon-solar-bench-seat, 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.