Page not found (404)

Request Method: GET
Request URL: http://jobs.sunway.com.my/map/login/

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

  1. admin/
  2. api/
  3. vcf/api/
  4. [name='home_page']
  5. jobs/ [name='jobs_page']
  6. login/ [name='login']
  7. logout/ [name='logout']
  8. register/ [name='register_form']
  9. verify/ [name='verify']
  10. confirm/ [name='confirm']
  11. confirm/ [name='confirm']
  12. profile/ [name='profile']
  13. edit_profile/ [name='edit_profile']
  14. hr_form/ [name='hr_form']
  15. grouphr_form/ [name='grouphr_form']
  16. signature/ [name='signature']
  17. application/ [name='application']
  18. hogan_redirect/ [name='hogan_redirect']
  19. hogan_complete_redirect/ [name='hogan_complete_redirect']
  20. map/ [name='map']
  21. sac/ [name='sac']
  22. ^serviceworker\.js$ [name='serviceworker']
  23. ^manifest\.json$ [name='manifest']
  24. ^offline/$ [name='offline']
  25. webpush/
  26. ^media/(?P<path>.*)$

The current path, map/login/, 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.