Page not found (404)

Request Method: GET
Request URL: https://medtoon.co.tz/comic-series/bwana-jino/episode-3/
Raised by: wagtail.views.serve

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

  1. authentication/
  2. therapist/
  3. appointment/
  4. security/
  5. cms/
  6. documents/
  7. pages/
  8. contact/
  9. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  10. _util/login/ [name='wagtailcore_login']
  11. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, comic-series/bwana-jino/episode-3/, 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.