Page not found (404)

Request Method: GET
Request URL: http://sashido.ru/filter

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

  1. admin/
  2. cart/
  3. stocks/<slug> [name='stocks']
  4. help/
  5. delivery/
  6. contacts/
  7. catalog/
  8. categories/
  9. category/<slug> [name='category']
  10. new_order/
  11. order/
  12. check_client_data/
  13. ^media\/(?P<path>.*)$

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