Page not found (404)

“/home/a/alenchik53/analizy-orenburg.rf/public_html/HelloDjango/HelloDjango/usi.html” не существует
Request Method: GET
Request URL: https://xn----7sbafkkmh0asgk0ad8b4h.xn--p1ai/usi.html
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='main']
  3. price/
  4. service/
  5. vrach/
  6. usi/
  7. thanks/
  8. ^(?P<path>.*)$

The current path, usi.html, matched the last one.

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.