Page not found (404)

Request Method: GET
Request URL: http://rikair.com/en/whatsapp-image-2020-07-20-at-2-15-23-pm-7/
Raised by: wagtail.core.views.serve

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

  1. en/api/v2/
  2. django-admin/
  3. admin/
  4. documents/
  5. shop/
  6. cart/
  7. payment/
  8. orders/
  9. coupons/
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$
  12. en/ search/ [name='search']
  13. en/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  14. en/ _util/login/ [name='wagtailcore_login']
  15. en/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, en/whatsapp-image-2020-07-20-at-2-15-23-pm-7/, 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.