Page not found (404)

Request Method: GET
Request URL: https://idesignbureau.com/en/filter/21/favorites

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

  1. admin/
  2. pinterest-05565.html [name='pinterest']
  3. successpay/ [name='successpay']
  4. failedpay/ [name='failedpay']
  5. i18n/
  6. robots.txt
  7. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  8. en/ i18n/
  9. en/ [name='index']
  10. en/ category/<int:id>/ [name='categoryy']
  11. en/ upload/ [name='upload']
  12. en/ summernote/
  13. en/ [name='filials']
  14. en/ dashboard/
  15. en/ catalog/
  16. en/ cat/fotooboys/ [name='fotooboys']
  17. en/ cat/fotooboys/room/<int:id>/ [name='fotooboyroomfilter']
  18. en/ cat/fotooboys/color/<int:id>/ [name='fotooboycolorfilter']
  19. en/ cat/fotooboy/ [name='fotooboy']
  20. en/ cat/fotooboy/gallery/ [name='fotooboygallery']
  21. en/ cat/fotooboy/material/ [name='fotooboymaterial']
  22. en/ cat/fotooboy/ready/ [name='fotooboyready']
  23. en/ cat/fotooboy/glue/ [name='fotooboyglue']
  24. en/ cat/fotooboy/portfolio/ [name='fotooboyportfolio']
  25. en/ cat/fotooboy/customers/ [name='fotooboycustomers']
  26. en/ cat/wallpapers/ [name='wallpapers']
  27. en/ cat/wallpapers/color/<int:id>/ [name='colorwallpapers']
  28. en/ cat/wallpapers/<int:id>/ [name='wallpaper']
  29. en/ cat/threedpanels/ [name='threedpanels']
  30. en/ cat/threedpanels/color/<int:id>/ [name='colorthreedpanels']
  31. en/ cat/threedpanels/<int:id>/ [name='threedpanel']
  32. en/ cat/carpets/ [name='carpets']
  33. en/ cat/carpets/color/<int:id>/ [name='colorcarpets']
  34. en/ cat/carpets/<int:id>/ [name='carpet']
  35. en/ cat/furnitures/ [name='furnitures']
  36. en/ cat/furnitures/color/<int:id>/ [name='colorfurnitures']
  37. en/ cat/furnitures/<int:id>/ [name='furniture']
  38. en/ cat/skinali/ [name='skinalis']
  39. en/ cat/skinali/color/<int:id>/ [name='colorskinalis']
  40. en/ cat/skinali/ [name='skinali']
  41. en/ cat/skinali/portfolio/ [name='skinaliportfolio']
  42. en/ cat/evdekors/ [name='evdekors']
  43. en/ cat/evdekors/color/<int:id>/ [name='colorevdekors']
  44. en/ cat/evdekor/ [name='evdekor']
  45. en/ contact/ [name='contact']
  46. en/ callback/ [name='callback']
  47. en/ about/ [name='about']
  48. en/ cart/ [name='cart']
  49. en/ favorites/ [name='favorites']
  50. en/ clearcart/ [name='clearcart']
  51. en/ clearfavorites/ [name='clearfavorites']
  52. en/ search/ [name='search']
  53. en/ filter/<int:id>/ [name='filter']
  54. en/ filterartbox/<int:id>/ [name='filterartbox']
  55. en/ filterdartma/<int:id>/ [name='filterdartma']
  56. en/ filterstandart/<int:id>/ [name='filterstandart']
  57. en/ filtermodular/<int:id>/ [name='filtermodular']
  58. en/ otaq/<int:id>/ [name='filterotaq']
  59. en/ reng/<int:id>/ [name='filterreng']
  60. en/ [name='shipping']
  61. en/ product/<int:id>/ [name='product']
  62. en/ producttablo/<int:id>/ [name='producttablo']
  63. en/ productartbox/<int:id>/ [name='productartbox']
  64. en/ productdartmatavan/<int:id>/ [name='productdartmatavan']
  65. en/ productfoto/<int:id>/ [name='productfoto']
  66. en/ productstandart/<int:id>/ [name='productstandart']
  67. en/ productmodular/<int:id>/ [name='productmodular']
  68. en/ ordernow/ [name='order_now']
  69. en/ blogs/ [name='blogs']
  70. en/ blogs/<int:id>/ [name='blog']
  71. ^media/(?P<path>.*)$

The current path, en/filter/21/favorites, 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.