Page not found (404)

Request Method: GET
Request URL: http://aopss.ru/%D0%B8%D0%BD%D0%B6%D0%B5%D0%BD%D0%B5%D1%80%D0%BD%D1%8B%D0%B5-%D1%81%D0%B5%D1%82%D0%B8-%D0%B8-%D0%BA%D0%BE%D0%BC%D0%BC%D1%83%D0%BD%D0%B8%D0%BA%D0%B0%D1%86%D0%B8%D0%B8.html

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

  1. admin/
  2. [name='index']
  3. about-us/ [name='about']
  4. service/ [name='services']
  5. projects/ [name='projects']
  6. projects/gos [name='gos']
  7. projects/infra [name='infra']
  8. projects/prom [name='prom']
  9. projects/jil [name='jil']
  10. projects/torg [name='torg']
  11. projects/admin [name='admin']
  12. news-list/ [name='news_list']
  13. news/<str:news_slug>/ [name='news']
  14. apply-from/ [name='vacancies']
  15. contact/ [name='contact']
  16. ^media/(?P<path>.*)$
  17. ^static/(?P<path>.*)$

The current path, инженерные-сети-и-коммуникации.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.