Page not found (404)

Request Method: GET
Request URL: https://lavayapi.com/upload/max/WhatsApp%20Image%202021-05-25%20at%2022.23.28%20(5).jpeg

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

  1. admin/
  2. i18n/
  3. select/<slug:lg> [name='selectlanguage']
  4. captcha/
  5. tr/
  6. ^media/(?P<path>.*)$

The current path, upload/max/WhatsApp Image 2021-05-25 at 22.23.28 (5).jpeg, didn’t match any of these.

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.