Page not found (404)

No Salary matches the given query.
Request Method: GET
Request URL: https://oklahomawatch.opalstacked.com/university-salaries/person/25040/david-r-mitchell
Raised by: edu2019.views.PersonPage

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

  1. salaries/
  2. university-salaries/ about [name='about']
  3. university-salaries/ search [name='search']
  4. university-salaries/ person/<int:id>/<name_slug> [name='person']

The current path, university-salaries/person/25040/david-r-mitchell, matched the last one.

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.