Page not found (404)

Request Method: GET
Request URL: https://recruit.egati.co.th/anouncepricemenu

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

  1. [name='available-jobs']
  2. terms/ [name='terms']
  3. form/ [name='form']
  4. jobs [name='job-list']
  5. jobs/<int:pk> [name='job-batch-list']
  6. job-batches/<int:pk>/ [name='job-batch-applicant-list']
  7. applicants/<int:pk>/ [name='applicant-detail']
  8. applicants/<int:pk>/pdf [name='applicant-detail-pdf']
  9. job-batches2/<int:pk>/ [name='job-batch-applicant-list2']
  10. api/
  11. accounts/
  12. admin/
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

The current path, anouncepricemenu, 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.