Page not found (404)

Request Method: GET
Request URL: http://naturapura.ru/clothing?color=10

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

  1. admin/
  2. [name='main']
  3. auth/send-otp [name='send-otp']
  4. auth/check-otp [name='check-otp']
  5. subscribe [name='subscribe']
  6. auth/logout/
  7. notification/
  8. about/
  9. contacts/
  10. privacy/
  11. exchange-and-return/
  12. payment-and-delivery/
  13. bonus-program/
  14. catalog/
  15. cart/
  16. content/
  17. gift/
  18. lookbook/
  19. personal/
  20. 404
  21. s/
  22. ^media/(?P<path>.*)$

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