Page not found (404)

Request Method: GET
Request URL: http://pub.mdw.ac.at/publications/dcf8b186-6849-4154-8d61-afd52e6ce6e2/1129098083/
Raised by: wagtail.core.views.serve

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

  1. admin/
  2. api-auth/
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. publications/ [name='list']
  6. publications/ new [name='new']
  7. publications/ create [name='create']
  8. publications/ <str:slug>/ [name='details']
  9. publications/ <str:slug>/edit [name='update']
  10. publications/ <str:slug>/delete [name='delete']
  11. api/v1/
  12. api/v1/
  13. api/v1/
  14. editor/
  15. editor/autocomplete/
  16. documents/
  17. search/ [name='search']
  18. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  19. _util/login/ [name='wagtailcore_login']
  20. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, publications/dcf8b186-6849-4154-8d61-afd52e6ce6e2/1129098083/, 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.