Page not found (404)

Request Method:GET
Request URL:https://b2b.horvanto.online/basvur/

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

  1. django-admin/
  2. admin/
  3. accounts/
  4. [name='home']
  5. products/ [name='product_catalog']
  6. cart/ [name='cart']
  7. api/pricelists/ [name='api_pricelists']
  8. api/products/ [name='api_products']
  9. api/calculate-price/ [name='api_calculate_price']
  10. api/cart/add/ [name='api_add_to_cart']
  11. api/cart/count/ [name='cart_count']
  12. api/cart/remove/ [name='api_remove_from_cart']
  13. api/cart/clear/ [name='api_clear_cart']
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$

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