Page not found (404)

Request Method: GET
Request URL: https://www.menulo.de/produkt/alany-menue-3/?add_to_wishlist=4220

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

  1. weko/
  2. <slug>/ [name='restaurent']
  3. recipies/<slug>/<id> [name='recipies_id']
  4. details/<slug> [name='recipies']
  5. [name='home']
  6. restaurant/<slug> [name='restaurent']
  7. impressum [name='impressum']
  8. kontakt [name='kontakt']
  9. agb [name='agb']
  10. login [name='login']
  11. logout [name='logout']
  12. bestellen [name='bestellen']
  13. allgemein [name='allgemein']
  14. zusammenstellen [name='zusammenstellen']
  15. speisekarte [name='speisekarte']
  16. qr_code [name='qr_code']
  17. datenschutz [name='datenschutz']
  18. so-funktioniert-es [name='so-funktioniert-es']
  19. dashboard/prices [name='dashboard']
  20. dashboard/shisha [name='shisha']
  21. get_sub_cat_price [name='get_sub_cat_price']
  22. on_loac_price [name='on_loac_price']
  23. dashboard/feedback [name='feedback']
  24. dashboard/guests [name='guests']
  25. dashboard/guest_reservation [name='guest_reservation']
  26. dashboard/slider [name='slider']
  27. dashboard/announcements [name='announcement_list']
  28. dashboard/announcements/mark_as_read [name='mark_as_read']
  29. news [name='news']
  30. dashboard/specials [name='specials']
  31. dashboard/add_special [name='special_add']
  32. dashboard/edit_special [name='special_edit']
  33. dashboard/events [name='events']
  34. dashboard/add_event [name='event_add']
  35. dashboard/edit_event [name='event_edit']
  36. dashboard/add_gallery [name='add_gallery']
  37. dashboard/edit_gallery [name='edit_gallery']
  38. dashboard/view_gallery [name='view_gallery']
  39. dashboard/add_slider [name='slider_add']
  40. pdf_guest/<int:rest_id> [name='pdf_guest']
  41. pdf_reservation/<int:rest_id> [name='pdf_reservation']
  42. pdf_feedback/<int:rest_id> [name='pdf_feedback']
  43. list [name='list']
  44. other [name='other']
  45. change_price [name='change_price']
  46. change_price_single [name='change_price_single']
  47. rest/<str:name> [name='form']
  48. ^static/(?P<path>.*)$
  49. media/(?P<path>.*)$
  50. static/(?P<path>.*)$

The current path, produkt/alany-menue-3/, 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.