Page not found (404)

Request Method: GET
Request URL: http://www.abletrades.com/p_i_n_p.html

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

  1. py-admin/
  2. [name='indexPage']
  3. about/ [name='about']
  4. job_listing/ [name='job_listing']
  5. contact/ [name='contact']
  6. vor/ [name='vor']
  7. blog/
  8. staff_augmentation/ [name='staff_augmentation']
  9. managed_services/ [name='managed_services']
  10. recruitment_support/ [name='recruitment_support']
  11. qualified_candidates/ [name='qualified_candidates']
  12. elements/
  13. job_details/ [name='job_details']
  14. register/ [name='register']
  15. careers/ [name='career']
  16. careers_new/
  17. careers_demo/
  18. career_detail/<int:cid>/
  19. countrys_list/
  20. admin/
  21. newsletter/
  22. jobapplicant/
  23. get_job_result/
  24. site_accessibility/ [name='site_access_bility']
  25. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  26. robots.txt
  27. ^static\/(?P<path>.*)$
  28. ^media\/(?P<path>.*)$
  29. accounts/login/ [name='login']
  30. accounts/logout/ [name='logout']
  31. admin/login/
  32. admin/logout/ [name='adminlogout']

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