Page not found (404)

No vacancy found matching the query
Request Method: GET
Request URL: https://katz.be/vacature/kempen_projectingenieur1
Raised by: website.views.VacancyDetail

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

  1. admin/
  2. [name='home']
  3. vacatures/succes/ [name='applicationSucces']
  4. contact/succes/ [name='contactSucces']
  5. recruitment-direct-search/ [name='recruitement']
  6. assessment-development/ [name='assessment']
  7. vacatures/ [name='vacancies']
  8. privacy/ [name='privacy']
  9. spontane-sollicitatie/ [name='open-application']
  10. vacature/<slug:slug> [name='vacancy']

The current path, vacature/kempen_projectingenieur1, 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.