Page not found (404)

Request Method: GET
Request URL: https://iwjnowa.duszekjk.com/iwj/kategoria/tania+ksi%C4%85%C5%BCka

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

  1. admin/
  2. search/
  3. gabinet
  4. gabinet/
  5. gabinet/robots.txt
  6. gabinetrobots.txt
  7. gabinet/sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  8. gabinetsitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  9. gabinet/<str:opcje>
  10. szukaj/
  11. koszyk
  12. iwj
  13. iwj/
  14. post-<int:id>
  15. kategoria
  16. kategoria/
  17. kategoria/<str:kategoria>
  18. seria
  19. seria/
  20. seria/<str:seria>
  21. autor
  22. autor/
  23. autor/<str:autor>
  24. ksiazka/autor/<str:autor>/tytul/<str:tytul>
  25. plac/<str:zamowienie>
  26. edytujplac/<str:zamowienie>/<str:platnosc>
  27. plyta/tytul/<str:tytul>
  28. pakiet/tytul/<str:tytul>
  29. czytelnia/<int:isbn>
  30. czytelnia/<int:isbn>/
  31. promocja/<adress>
  32. promocjastrona/<adres>
  33. jsonisbnd<int:isbn>
  34. dostawa
  35. <str:strona>
  36. <str:strona>/<str:podstrona>
  37. ^\.well\-known/(?P<path>.*)$

The current path, iwj/kategoria/tania+książka, 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.