Page not found (404)

Request Method: GET
Request URL: https://lovecase.ru/category/Astrologyja/

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

  1. admin/
  2. [name='index']
  3. case/ [name='cases']
  4. case/<int:id>/ [name='news_detail']
  5. choose_item/ [name='choose_item']
  6. get_items/ [name='get_items']
  7. provablyfair/ [name='provably_fair']
  8. gethash/ [name='gethash']
  9. paymants/ [name='paymants']
  10. profile/ [name='profiles']
  11. profile/<int:user_id>/ [name='profile']
  12. accounts/
  13. register [name='register']
  14. send_message_to_telegram/ [name='send_message_to_telegram']
  15. ^media\/(?P<path>.*)$
  16. ^media\/(?P<path>.*)$

The current path, category/Astrologyja/, 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.