Page not found (404)

“/root/technaureus/technaureus_website/technaureus_website/media/uploads/2023/03/13/image.png” does not exist
Request Method: GET
Request URL: https://www.technaureus.com/media/uploads/2023/03/13/image.png
Raised by: django.views.static.serve

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

  1. technaureus-website-admin/
  2. [name='index']
  3. <str:lang>/ [name='index_lang']
  4. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  5. robots.txt
  6. privacy-policy [name='privacy-policy']
  7. contact-us [name='contact-us']
  8. about-us [name='about-us']
  9. industry [name='industry']
  10. industry-details/<slug:slug>/ [name='industry-details']
  11. submit-project-chat [name='submit-project-chat']
  12. submit-project-chat-home [name='submit-project-chat-home']
  13. contact-us-submit [name='contact-us-submit']
  14. newsletter-subscription [name='newsletter-subscription']
  15. career-newsletter-subscription [name='career-newsletter-subscription']
  16. odoo-service/<slug:slug>/ [name='odoo-service']
  17. unsubscribed [name='unsubscribed']
  18. gitex-global-2023 [name='gitex-global-2023']
  19. gitex-submit [name='gitex-submit']
  20. product-privacy-policy [name='product-privacy-policy']
  21. xpressd-product-privacy-policy [name='xpressd-product-privacy-policy']
  22. xpressc-product-privacy-policy [name='xpressc-product-privacy-policy']
  23. time-craft-privacy-policy [name='time-craft-privacy-policy']
  24. office-buddy-privacy-policy [name='office-buddy-privacy-policy']
  25. vanbiz-privacy-policy [name='vanbiz-privacy-policy']
  26. sales-route-privacy-policy [name='sales-route-privacy-policy']
  27. terms-and-conditions [name='terms-and-conditions']
  28. technaureus-apps/ [name='technaureus_apps']
  29. washfold-delivery-privacy-policy [name='washfold-delivery-privacy-policy']
  30. washfold-service-privacy-policy [name='washfold-service-privacy-policy']
  31. ^static/(?P<path>.*)$
  32. ^static/(?P<path>.*)$
  33. ^media/(?P<path>.*)$

The current path, media/uploads/2023/03/13/image.png, 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.