Page not found (404)

Request Method: GET
Request URL: http://unishop.uz/search?tag=%D0%9A%D0%B0%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D1%83%20%D0%BC%D0%BD%D0%BE%D0%B3%D0%BE%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%20%D1%88%D1%82%D0%B0%D0%BD%D1%8B

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

  1. admin/
  2. accounts/
  3. accounts/
  4. i18n/
  5. [name='home']
  6. login/ [name='login']
  7. register/ [name='register']
  8. logout/ [name='logout']
  9. activate/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='activate']
  10. order/
  11. product/
  12. discount/
  13. billing/
  14. news/
  15. change-password/ [name='change_password']
  16. api/affiliate/
  17. auth/
  18. ^media/(?P<path>.*)$

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