Page not found (404)

Request Method: GET
Request URL: https://www.vcm.cz/en/exhibitions/exhibitions-abroad/
Raised by: wagtail.core.views.serve

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

  1. ^__debug__/
  2. ^set_language/$ [name='set_language']
  3. ^i18n/
  4. ^api/v2/
  5. ^robots\.txt
  6. ^static\/(?P<path>.*)$
  7. ^media\/(?P<path>.*)$
  8. en/ ^cookies/
  9. en/ ^django-admin/
  10. en/ ^eshop/
  11. en/ ^newsletter/
  12. en/ ^admin/
  13. en/ ^register/
  14. en/ ^documents/
  15. en/ ^sitemap\.xml$
  16. en/ ^search/$ [name='search']
  17. en/ ^utils/set_lang/$ [name='set_lang']
  18. en/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  19. en/ _util/login/ [name='wagtailcore_login']
  20. en/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, en/exhibitions/exhibitions-abroad/, 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.