Page not found (404)

Request Method: GET
Request URL: http://troitskii.ru/novosti/691-httprsspuls-proruobshchaya-lenta1309-o-provedenii-pryamoj-linii-po-voprosam-podgotovki-zhkkh-k-otopitelnomu-sezonu-2018-2019-g-ghtml.html

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

  1. accounts/registration/ [name='registration']
  2. accounts/editProfile/ [name='editProfile']
  3. accounts/password_change/done/ [name='passwordDone']
  4. accounts/reset/done/ [name='resetDone']
  5. activate/<str:uidb64>/<str:token> [name='activate']
  6. connect/<str:uidb64>/<str:userId>/<str:token> [name='connect']
  7. webhook
  8. [name='home']
  9. smarthome/
  10. settings/
  11. tracking/
  12. velobike [name='velobike']
  13. velofest [name='velofest']
  14. getPoint [name='getPoint']
  15. provePoint [name='provePoint']
  16. provePointMumu [name='provePointMumu']
  17. addPoint [name='addPoint']
  18. getStations/<int:code> [name='getStations']
  19. admin/
  20. accounts/login/
  21. accounts/password_reset/
  22. accounts/reset/<uidb64>/<token>/
  23. accounts/password_change/
  24. accounts/

The current path, novosti/691-httprsspuls-proruobshchaya-lenta1309-o-provedenii-pryamoj-linii-po-voprosam-podgotovki-zhkkh-k-otopitelnomu-sezonu-2018-2019-g-ghtml.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.