Page not found (404)

Request Method: GET
Request URL: https://ozna.su/index.html

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

  1. ^pkf/
  2. ^$ [name='main']
  3. ^news/$ [name='news']
  4. ^about/$ [name='about']
  5. ^product/$ [name='product']
  6. ^product/(?P<service_id>\d+)/$ [name='ktp']
  7. ^gear/$ [name='gear']
  8. ^form/$ [name='form']
  9. ^thanks/$ [name='thanks']
  10. ^product/(?P<alias>[^/]+)/$ [name='productdetail']
  11. ^gotovie_obyekti/$ [name='gallery']
  12. ^gotovie_obyekti/(?P<slug>[^/]+)/$ [name='gallerrydetail']

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.