Page not found (404)

Request Method: GET
Request URL: https://www.segnotech.com/index.html

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

  1. ckeditor
  2. stroops/
  3. sitemap.xml
  4. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  5. api/
  6. blog/
  7. career/
  8. product/<str:slug>/ [name='product_details']
  9. technology/<str:slug>/ [name='technology_details']
  10. service/<str:slug>/ [name='servicedetails']
  11. framework/<str:slug>/ [name='framework_details']
  12. portfolio_details/<str:slug>/ [name='portfolio_details']
  13. testimonials/ [name='testimonial_list']
  14. framework/ [name='framework_list']
  15. product/ [name='product_list']
  16. technology/ [name='technology_list']
  17. portfolio/ [name='portfolio']
  18. privacy/ [name='privacy']
  19. teams/ [name='team']
  20. term-and-conditions/ [name='tandc']
  21. faq/ [name='faq']
  22. service/ [name='service']
  23. signup/ [name='register']
  24. login/ [name='login']
  25. about/ [name='about']
  26. contact/ [name='contact']
  27. social/ [name='social']
  28. [name='home']
  29. ^media/(?P<path>.*)$
  30. ^static/(?P<path>.*)$

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