Page not found (404)

Request Method: GET
Request URL: http://www.adpedia.in/contact/index.html

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

  1. admin/
  2. ^media/(?P<path>.*)$
  3. [name='home']
  4. about [name='about']
  5. ai-and-data-science [name='ai_and_data_science']
  6. app [name='app']
  7. blog-detail/<str:slug> [name='blog_single']
  8. blog-category/<str:slug> [name='blog_cat']
  9. blog-tag/<str:slug> [name='blog_tag']
  10. blog [name='blog']
  11. business_intelligence [name='business_intelligence']
  12. career-details/<int:pk>/ [name='career_details']
  13. careers [name='careers']
  14. contact [name='contact']
  15. mobileapp [name='mobileapp']
  16. mvp [name='mvp']
  17. portfolio/<str:slug> [name='portfolio_single']
  18. portfolio [name='portfolio']
  19. project-management [name='project_management']
  20. services [name='services']
  21. team-augmentation [name='team_augmentation']
  22. ui-ux-design [name='ui_ux_design']
  23. view-water [name='view_water']
  24. web-site [name='web_site']
  25. webapp [name='webapp']
  26. submit_job_request/ [name='submit_job_request']
  27. submit_message/ [name='sendmsg']
  28. ckeditor/
  29. ^froala_editor/

The current path, contact/index.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.