Page not found (404)

Request Method: GET
Request URL: http://westcoastregional.make.nz/deals/gift-a-bella-vista-getaway/
Raised by: wagtail.views.serve

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

  1. ^django-admin/
  2. ^admin/
  3. ^documents/
  4. ^search/$ [name='search']
  5. ^visit/plan-your-trip/(?P<category>[^\/]+)[\/]{1}(?P<subcategory>[^\/]+)[\/]{0,1}$ [name='listing_redirect']
  6. ^visit/plan-your-trip/(?P<category>[^\/]+)[\/]{0,1}$ [name='listing_redirect']
  7. ^visit/plan-your-trip/ [name='listing_redirect']
  8. ^plan-your-trip-map-markers/$ [name='plan_your_trip_map_markers']
  9. ^seen-alert-message/$ [name='seen_alert_message']
  10. ^submit-feedback/$ [name='submit_feedback']
  11. test-operator-page/ [name='test_operator_page']
  12. hands-on-entry/ [name='hands_on_entry']
  13. submit-hands-on-competition-entry/ [name='submit_hands_on_competition_entry']
  14. hands-on-success [name='hands_on_success']
  15. ^base-styles/$ [name='base_styles']
  16. ^component-styles/$ [name='component_styles']
  17. ^visit-2022-styles/$ [name='visit_2022_styles']
  18. sitemap.xml
  19. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  20. _util/login/ [name='wagtailcore_login']
  21. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, deals/gift-a-bella-vista-getaway/, matched the last one.

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.