Page not found (404)

Request Method: GET
Request URL: https://dazangthings.nz/cbc/text/T1969/
Raised by: attribution.views.text_display_redirect

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']

The current path, cbc/text/T1969/, 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.