Page not found (404)

Request Method: GET
Request URL: https://dachaotzyv.ru/zvezdochka/review/

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

  1. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  2. ^$ [name='home']
  3. ^category/([\w-]+)/$ [name='category']
  4. ^best/([\w-]+)/$ [name='tag']
  5. ^search/$ [name='search']
  6. ^login/$ [name='login']
  7. ^logout/$ [name='logout']
  8. ^register/$ [name='register']
  9. ^add/$ [name='add_review']
  10. ^addfaq/$ [name='add_faq']
  11. ^author/(\d+)/([\w\s-]+)/$ [name='author']
  12. ^sorting/$ [name='set_sorting']
  13. ^profile/edit/$ [name='profile']
  14. ^profile/reviews/$ [name='profile_reviews']
  15. ^profile/finance/$ [name='profile_finance']
  16. ^pay/(\d+)/$ [name='pay']
  17. ^reviews/detail/$ [name='detail_review']
  18. ^edit_review/$ [name='edit_review']
  19. ^offer_product/$ [name='offer_product']
  20. ^api/get/products$ [name='getprod']
  21. ^api/get/categories$ [name='getcat']
  22. ^admin/
  23. ^login/(?P<backend>[^/]+)/$ [name='begin']
  24. ^complete/(?P<backend>[^/]+)/$ [name='complete']
  25. ^disconnect/(?P<backend>[^/]+)/$ [name='disconnect']
  26. ^disconnect/(?P<backend>[^/]+)/(?P<association_id>[^/]+)/$ [name='disconnect_individual']
  27. ^ckeditor/
  28. ^contact/$ [name='contact']
  29. ^send-error-text/$ [name='send_error_text']
  30. ^page/([\w-]+)/$ [name='page']
  31. ^link/([\w-]+)/$ [name='redirecter']
  32. ^link/category/([\w-]+)/$ [name='redirecter_cat']
  33. ^([\w-]+)/$ [name='product']
  34. ^([\w-]+)/review-(\d+)/$ [name='review']
  35. ^([\w-]+)/photo/$ [name='product_photo']
  36. ^([\w-]+)/add-review/$ [name='add_review_page']
  37. ^click [name='click']
  38. ^api/
  39. ^static\/(?P<path>.*)$
  40. ^user/password/reset/$ [name='password_reset']
  41. ^user/password/reset/done/$
  42. ^user/password/reset/(?P<uidb64>[0-9A-Za-z]+)-(?P<token>.+)/$
  43. ^user/password/done/$
  44. ^media/(?P<path>.*)$

The current URL, zvezdochka/review/, 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.