Page not found (404)

Request Method: GET
Request URL: https://arsenal-zlat.ru/suveniry

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

  1. jet/
  2. jet/dashboard/
  3. admin/
  4. requisites.pdf
  5. brands/ [name='brands']
  6. catalog/ [name='catalog']
  7. catalog/search/ [name='search_detail']
  8. catalog/search-products/ [name='search']
  9. catalog/api/search/ [name='search_api']
  10. catalog/category-products/ [name='category_products']
  11. catalog/<slug>/ [name='category']
  12. brands/products/ [name='brand_products']
  13. brands/<slug>/ [name='brand_detail']
  14. product/<slug>/ [name='product']
  15. catalog/popup/product/<int:pk>/ [name='product']
  16. feed.xml/
  17. feed.xml
  18. order/ [name='order']
  19. payment/success/ [name='payment_success']
  20. payment/fail/ [name='payment_fail']
  21. order1click/ [name='order1click']
  22. 1c_exchange.py [name='1c_exchange']
  23. 1c_orders.xml [name='1c_orders_debug']
  24. ^robots\.txt$ [name='robots']
  25. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  26. cdek/templates/ [name='cdek_templates']
  27. question/ [name='question']
  28. quiz/ [name='quiz']
  29. ^vk-com/code/user/$ [name='vk_code_user']
  30. ^vk-com/code/groups/$ [name='vk_code_group']
  31. ^vk-com/callback/$ [name='vk_callback']
  32. reviews/
  33. employees/
  34. apiship/
  35. cart/
  36. promocode/
  37. compare/
  38. komtet/
  39. pages/
  40. alfabank/
  41. sber/
  42. tinkoff/
  43. users/
  44. wishlist/
  45. ckeditor/
  46. __debug__/
  47. ^media/(?P<path>.*)$

The current path, suveniry, 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.