Page not found (404)

Request Method: GET
Request URL: https://www.dourohotel.com/pedestres

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

  1. admin/
  2. [name='arsdurium-home']
  3. about/ [name='arsdurium-about']
  4. reservations/ [name='arsdurium-reservations']
  5. region/ [name='arsdurium-region']
  6. email/success [name='arsdurium-email-success']
  7. email/fail [name='arsdurium-email-fail']
  8. favicon.ico

The current path, pedestres, 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.