Page not found (404)

Request Method: GET
Request URL: https://cpawc.com/listings/camera-steadicam-operator-scott-kimber/www.linkedin.com/in/scott-kimber-dop

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

  1. ^$ [name='home']
  2. ^about-test/$ [name='about']
  3. ^admin/
  4. ^dashboard/
  5. ^users/
  6. ^members/
  7. ^accounts/
  8. ^listings/ ^main/$ [name='main']
  9. ^listings/ ^$ [name='list']
  10. ^listings/ ^zategories/$
  11. ^listings/ ^(?P<slug>[\w.@+-]+)/$ [name='listing']
  12. ^ ^contact-us/$ [name='contact-us']
  13. ^ ^gallery-test/$
  14. ^ ^(?P<slug>[\w.@+-]+)/$ [name='detail']
  15. ^media\/(?P<path>.*)$
  16. ^400/$
  17. ^403/$
  18. ^404/$
  19. ^500/$

The current path, listings/camera-steadicam-operator-scott-kimber/www.linkedin.com/in/scott-kimber-dop, 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.