Page not found (404)

Request Method: GET
Request URL: https://www.max-fun.ro/games/bowling/index.php?p=17

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

  1. admin/
  2. accounts/
  3. [name='home']
  4. location_details/<int:pk>/ [name='location_details']
  5. sport_details/<int:pk>/ [name='sport_details']
  6. reservation_create [name='reservation_create']
  7. about_us/ [name='about_us']
  8. reservation_success/ [name='reservation_success']
  9. gdpr_terms/ [name='gdpr_terms']
  10. robots.txt [name='robots']
  11. new_schedule/ [name='new_schedule']
  12. employee-schedule/ [name='employee_schedule']
  13. reservations/ [name='reservations']
  14. reservation_list/ [name='reservation_list']
  15. reservation-update/<int:pk>/ [name='reservation_update']
  16. reservation-confirm/<int:pk>/ [name='reservation_confirm']
  17. terms-and-conditions/ [name='terms_and_conditions']
  18. terms/<int:pk>/ [name='promotion_terms']
  19. promotion-winners/<int:pk>/ [name='promotion_winners']
  20. public_schedule/ [name='public_schedule']
  21. offline-campaign/ [name='offline_campaign']
  22. ^static/(?P<path>.*)$

The current path, games/bowling/index.php, 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.