Page not found (404)

Request Method: GET
Request URL: https://www.chickenight.com/livraison-burgers-sandwichs-nuit/commander-en-ligne/essonne-91/ville/montlhery-91310

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

  1. admin/
  2. [name='chicken_night.home']
  3. commander/livraison-nuit/burgers-sandwichs-halal [name='chicken_night_website.commande-nuit']
  4. nous-contacter [name='chicken_night.contact']
  5. livraison/fast-food/ [name='chicken_night.fast_food']
  6. livraison-nuit/<str:dep_slug> [name='chicken_night.departement']
  7. livraison-nuit/<str:dep_slug>/ville/<str:ville_slug> [name='chicken_night.ville']
  8. livraison-nuit/<str:category>/<str:dep_slug>/<str:ville_slug> [name='chicken_night.type_livraison']
  9. livraison/<str:category> [name='chicken_night.category_type']
  10. cart/cart-items [name='chicken_night.cart_items']
  11. add-to-cart/ [name='chicken_night.add_to_cart']
  12. update-cart/ [name='chicken_night.update_cart']
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$
  15. account/

The current path, livraison-burgers-sandwichs-nuit/commander-en-ligne/essonne-91/ville/montlhery-91310, 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.