Page not found (404)

Request Method: GET
Request URL: https://pmk-9.ru/eshkinina52-a.html

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

  1. [name='index']
  2. about/ [name='about']
  3. projects/ [name='projects']
  4. projects/<slug:slug>/ [name='project']
  5. projects/completed/<slug:slug>/ [name='completed_project']
  6. portfolio/ [name='portfolio']
  7. privacy/ [name='privacy']
  8. contacts/ [name='contacts']
  9. admin/
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$

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