Page not found (404)

Request Method: GET
Request URL: http://www.farorome.com/filosofia-specialty/raccolto-a-mano

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

  1. admin/
  2. [name='homepage']
  3. reservate/ [name='reservation']
  4. confirm-reservation/ [name='confirm_reservation']
  5. api/time-for-day [name='api_time_for_day']
  6. api/slot-for-day [name='api_slot_for_day']
  7. cookies-policy/ [name='cookies']
  8. privacy-policy/ [name='privacy']
  9. blog/
  10. survey/
  11. newsletter/
  12. about/
  13. menu/
  14. ^media/(?P<path>.*)$

The current path, filosofia-specialty/raccolto-a-mano, 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.