Page not found (404)

Request Method: GET
Request URL: http://lemezzeduchefcigkofte.com/index.php/2017/03/29/hjbhbhb/

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. menu/ [name='menu']
  5. food_details/<int:item_id>/ [name='menu_details']
  6. reservation/ [name='reservation']
  7. contact/ [name='contact']
  8. liveration/ [name='liveration']
  9. video_gallery/ [name='video_gallery']
  10. photo_gallery/ [name='photo_gallery']
  11. profile/admin/login [name='login']
  12. profile/admin/logout/ [name='logout']
  13. profile/admin/ [name='admin_profile']
  14. update/reservation/<int:_id> [name='update_reservation']
  15. delete/reservation/<int:_id> [name='delete_reservation']
  16. delete/contact/<int:_id> [name='delete_contact']
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, index.php/2017/03/29/hjbhbhb/, 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.