Page not found (404)

Request Method: GET
Request URL: http://zoomhl.com/cc?ID=te_joinus,8361&url=comment

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

  1. admin/
  2. [name='home']
  3. search/ [name='search_shipment']
  4. search_results/<str:tracking_number>/ [name='search_results']
  5. __reload__/
  6. ^home/thepgvqs/zoomhl\.com/static/(?P<path>.*)$
  7. ^home/thepgvqs/zoomhl\.com/media/(?P<path>.*)$

The current path, cc, 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.