Page not found (404)

Request Method: GET
Request URL: https://qualityveritas.com/services/wpc

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

  1. [name='index']
  2. about [name='about']
  3. services/ <int:service_id> [name='service']
  4. clients/
  5. projects/
  6. consultants/
  7. contacts/
  8. downloads/
  9. summernote/
  10. admin/
  11. ^media\/(?P<path>.*)$

The current path, services/wpc, 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.