Page not found (404)

Request Method: GET
Request URL: https://www.bee-honey.co.uk/231-999

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. shop/ [name='shop']
  5. cart/ [name='cart']
  6. contact/ [name='contact']
  7. wishlist/ [name='wishlist']
  8. product/ [name='product']
  9. checkout/ [name='checkout']
  10. test/ [name='test']
  11. add-to-cart/ [name='add_to_cart']
  12. delete-from-cart/ [name='remove_from_cart']
  13. remove-item/ [name='remove_item_from_cart']
  14. get-no-products-in-cart/ [name='get_no_products_in_cart']
  15. main-shop/ [name='main_shop']
  16. get-total-price/ [name='get_total_price']
  17. checkout/ [name='checkout']
  18. checkout-cart/ [name='checkout_cart']
  19. ^static/(?P<path>.*)$

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