Page not found (404)

Request Method: GET
Request URL: http://www.tegain.com/job-vacancy/42d4ca27-0ab4-4ba7-8341-5e74eb5d62a5/

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

  1. dd88cd6f-9b56-416c-9fce-d2cf147d3b5b/
  2. [name='index']
  3. work-with-us/ [name='work_with_us']
  4. contact/ [name='contact']
  5. privacy/ [name='privacy']
  6. ^download/$ [name='download']
  7. ^feeds/
  8. ^apple-app-site-association/$ [name='apple_app_site_association']
  9. ^media/(?P<path>.*)$
  10. ^static/(?P<path>.*)$

The current path, job-vacancy/42d4ca27-0ab4-4ba7-8341-5e74eb5d62a5/, didn’t match any of these.

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.