Page not found (404)

Request Method: GET
Request URL: http://amoriltd.co.uk/en/drupalexp/preset/6/
Raised by: wagtail.views.serve

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

  1. sitemap.xml
  2. test_404/
  3. django-admin/
  4. admin/
  5. docs/
  6. en/ search/
  7. en/ favicon.ico [name='crx_favicon']
  8. en/ robots.txt [name='crx_robots']
  9. en/ sitemap.xml [name='crx_sitemap']
  10. en/ ^protected/(?P<path>.*)$ [name='serve_protected_file']
  11. en/ ical/generate/single/ [name='event_generate_single_ical']
  12. en/ ical/generate/recurring/ [name='event_generate_recurring_ical']
  13. en/ ical/generate/calendar/ [name='event_generate_ical_for_calendar']
  14. en/ ajax/calendar/events/ [name='event_get_calendar_events']
  15. en/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  16. en/ _util/login/ [name='wagtailcore_login']
  17. en/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, en/drupalexp/preset/6/, 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.