Page not found (404)

No Listing found matching the query
Request Method: GET
Request URL: http://www.caissarecruitment.com/jobs/data-engineer-225/
Raised by: cnk_job_listings.views.JobListingDetailView

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

  1. ^jobs/ ^(?P<slug>\w[-\w]*)/$ [name='job-detail']

The current path, jobs/data-engineer-225/, 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.