Page not found (404)

No JobAdvert matches the given query.
Request Method: GET
Request URL: https://kanzlei-job.de/job/94163/talent
Raised by: pages.adverts_views.job_detail

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

  1. admin/
  2. [name='home']
  3. ingeniam
  4. kpmg
  5. steuerazubi
  6. xml/neuvoo.xml
  7. xml/jobisjob.xml
  8. xml/jobbydoo.xml
  9. xml/jobboard.xml
  10. xml/talent.xml
  11. jobs
  12. customers
  13. search
  14. job/<id>/<seo>

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