Page not found (404)

Request Method: GET
Request URL: https://dazangthings.nz/cbc/text/T0278-31/
Raised by: wagtail.views.serve

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

  1. grappelli/
  2. admin/
  3. cms/
  4. documents/
  5. cbc/ [name='home_display']
  6. cbc/ argument/<int:assertion_id>/ [name='argument_display']
  7. cbc/ assertion/<int:assertion_id>/ [name='assertion_display']
  8. cbc/ date/ [name='date_list_display']
  9. cbc/ ^date/(?P<date>-?\d+)/ [name='date_display']
  10. cbc/ person/<int:person_id>/ [name='person_display']
  11. cbc/ source/<int:source_id>/ [name='source_display']
  12. cbc/ text/<int:text_id>/ [name='text_display']
  13. cbc/ ^text/(?P<abbreviation>(JB|T|X|ZW))(?P<number>\d+)(?P<suffix>[A-Za-z]?)/$ [name='text_display_redirect']
  14. cbc/ person/ [name='person_list_display']
  15. cbc/ source/ [name='source_list_display']
  16. cbc/ text/ [name='text_list_display']
  17. ^static/(?P<path>.*)$
  18. ^media/(?P<path>.*)$
  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, cbc/text/T0278-31/, 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.