Page not found (404)

Request Method: GET
Request URL: http://totoshka.com.ua/dlya-malyshej/kovriki-dlya-malyshej-aktivnye-centry/

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

  1. admin/
  2. [name='index']
  3. events/ [name='events']
  4. events/<pk>/ [name='event_details']
  5. score/ [name='score']
  6. sign-in/ [name='sign-in']
  7. sign-up/ [name='sign-up']
  8. sign-out/ [name='sign-out']
  9. predict-events/ [name='predict_events']
  10. predict/<event_id> [name='predict_details']
  11. user-predicts/<pk> [name='user_predicts']
  12. user-predict-details/<pk> [name='user_predict_details']
  13. ^media/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

The current path, dlya-malyshej/kovriki-dlya-malyshej-aktivnye-centry/, 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.