Page not found (404)

Request Method: GET
Request URL: https://redmaxllc.com/shippers/None

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

  1. admin/
  2. [name='index']
  3. brokers/
  4. carriers/
  5. contact/
  6. shippers/ [name='shipper']
  7. sitemap/
  8. order/
  9. twilio/
  10. api/

The current path, shippers/None, 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.