Page not found (404)

Request Method: GET
Request URL: https://www.barwa.pl/product/preparation_63/

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

  1. admin/filebrowser/
  2. grappelli/
  3. grappelli-docs/
  4. _nested_admin/
  5. tinymce/
  6. admin/
  7. file_uploader/
  8. accounts
  9. platnosc/
  10. platnosc_data/
  11. rosetta/
  12. [name='index']
  13. cat/<slug:slug>_<int:pk>/ [name='category_detail']
  14. cat_info/<int:pk>/ [name='category_info']
  15. products/<int:pk>/quantity/<int:quantity>/ [name='product_quantity']
  16. dynamic_product_info/<int:d_quantity>/<int:product_id>/<int:rq_type>/ [name='dynamic_product_add_basket']
  17. calculation
  18. bigformat
  19. brochure
  20. book
  21. landing.html [name='landing_page']
  22. <path:path><slug:slug>_<int:pk>.html [name='article_view']
  23. <slug:slug>/ [name='collection_view']
  24. __debug__/
  25. site_media/<str:path>

The current path, product/preparation_63/, 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.