Page not found (404)

Request Method: GET
Request URL: https://tasinblog.com/wp-content/uploads/%D0%92%D0%B5%D1%81%D1%91%D0%BB%D0%BE%D0%B3%D0%BE-%D0%A0%D0%BE%D0%B6%D0%B4%D0%B5%D1%81%D1%82%D0%B2%D0%B0.jpg/wp-content/uploads/%25D0%2592%25D0%25B5%25D1%2581%25D1%2591%25D0%25BB%25D0%25BE%25D0%25B3%25D0%25BE-%25D0%25A0%25D0%25BE%25D0%25B6%25D0%25B4%25D0%25B5%25D1%2581%25D1%2582%25D0%25B2%25D0%25B0.jpg

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

  1. admin/
  2. [name='index']
  3. index/ [name='index']
  4. portfolio/<int:pk>/ [name='portfolio']
  5. blog/ [name='blog']
  6. blog-details/<int:pk>/ [name='blog-details']
  7. blog-category/<category>/ [name='blog-category']
  8. blog-tags/<tag>/ [name='blog-tags']
  9. search/ [name='search']
  10. contact/ [name='contact']
  11. about/ [name='about']
  12. services/ [name='services']
  13. back_to_portfolio/ [name='back_to_portfolio']
  14. ckeditor/
  15. ^media/(?P<path>.*)$

The current path, wp-content/uploads/%D0%92%D0%B5%D1%81%D1%91%D0%BB%D0%BE%D0%B3%D0%BE-%D0%A0%D0%BE%D0%B6%D0%B4%D0%B5%D1%81%D1%82%D0%B2%D0%B0.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.