Page not found (404)

Request Method: GET
Request URL: https://www.suchanoha.cz/wp/wp-content/uploads/wppa/28/19.jpg?ver=28

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

  1. profile/ [name='profile']
  2. profil/ [name='profile']
  3. exports/ [name='exports']
  4. export/ [name='exports']
  5. people/ [name='people']
  6. lide/ [name='people']
  7. heslo/ [name='recovery']
  8. ^gallery/(?P<p>([^/]+/)*)$ [name='gallery']
  9. ^galerie/(?P<p>([^/]+/)*)$ [name='gallery']
  10. accounts/
  11. __debug__/
  12. django-admin/
  13. admin/
  14. docs/
  15. search/
  16. favicon.ico [name='crx_favicon']
  17. robots.txt [name='crx_robots']
  18. sitemap.xml [name='crx_sitemap']
  19. ^protected/(?P<path>.*)$ [name='serve_protected_file']
  20. ical/generate/single/ [name='event_generate_single_ical']
  21. ical/generate/recurring/ [name='event_generate_recurring_ical']
  22. ical/generate/calendar/ [name='event_generate_ical_for_calendar']
  23. ajax/calendar/events/ [name='event_get_calendar_events']
  24. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  25. _util/login/ [name='wagtailcore_login']
  26. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  27. ^static/(?P<path>.*)$
  28. ^media/(?P<path>.*)$

The current path, wp/wp-content/uploads/wppa/28/19.jpg, 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.