Page not found (404)

Request Method: GET
Request URL: https://www.nbrequipment.com/product-list/3/1/%E2%80%9Dtel:+16096428389%E2%80%B3

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

  1. ^admin/
  2. ^$ [name='mainPage']
  3. ^product-list/(?P<product_list_id>[^/]+)/(?P<page_id>[^/]+)/$ [name='productList']
  4. ^contact/$ [name='contact']
  5. ^support/$ [name='support']
  6. ^aboutus/$ [name='about']
  7. ^gallery/$ [name='gallery']
  8. product/(?P<product_id>[^/]+)/$ [name='product']
  9. ^contact-message/$ [name='send_message_email']
  10. ^ESS.html$ [name='ess']

The current path, product-list/3/1/”tel:+16096428389″, 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.