Page not found (404)

No Job matches the given query.
Request Method: GET
Request URL: http://hr.buxdpi.uz/job/35/
Raised by: jobapp.views.single_job_view

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

  1. admin/
  2. [name='home']
  3. jobs/ [name='job-list']
  4. job/create/ [name='create-job']
  5. job/<int:id>/ [name='single-job']

The current path, job/35/, 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.