Page not found (404)

Request Method: GET
Request URL: http://backend_tahoe:8010/yellowpages/detail/718478/

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

  1. ^$
  2. ^yellowpages/ ^$
  3. ^yellowpages/ ^upload_data/$
  4. ^yellowpages/ ^detail/(?P<listing>\d+)$
  5. ^yellowpages/ ^search/$
  6. ^yellowpages/ ^heading/(?P<heading_id>\d+)$
  7. ^yellowpages/ ^headings/(?P<letter>\w?)$
  8. ^whitepages/
  9. ^admin/(.*)
  10. ^sitemap.xml$

The current URL, yellowpages/detail/718478/, 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.