Page not found (404)

Request Method: GET
Request URL: https://dngsoftwares.com/wp-content/uploads/2022/01/D3.jpeg

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

  1. admin/
  2. [name='index_web_page']
  3. contact/ [name='contact_us_web_page']
  4. about/ [name='about_us_web_page']
  5. services/ [name='services_web_page']
  6. services/<slug:slug> [name='deatil_services_web_page']
  7. industries/ [name='industries_web_page']
  8. industries/<slug:slug> [name='deatil_industry_web_page']
  9. technologies/ [name='technologies_web_page']
  10. technologies/<slug:slug> [name='deatil_technology_web_page']
  11. testimonials/ [name='testimonials_web_page']
  12. portfolio/ [name='portfolio_page']
  13. portfolio/<slug:slug> [name='specific_portfolio_page']
  14. privacy-policy/ [name='privacy_policy_web_page']
  15. terms-use/ [name='terms_use_web_page']
  16. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  17. robots.txt
  18. faicon/
  19. tinymce/
  20. blog/ [name='blogs_list']
  21. blog/<slug:slug>/ [name='detail_blog']
  22. ^staticfiles/(?P<path>.*)$
  23. ^media/(?P<path>.*)$

The current path, wp-content/uploads/2022/01/D3.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.