Page not found (404)

Request Method: GET
Request URL: https://pandeextranetnova.valide.vc/download.php?upload=1&filename=12505_PANDE_Trends_thi_V2.pdf&id_arquivo=116677

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

  1. admin/
  2. accounts/
  3. __debug__/
  4. api/signin/
  5. api/token/refresh/
  6. api/
  7. api/docs/ [name='schema-swagger-ui']
  8. api/
  9. api/
  10. api/
  11. api/
  12. api/
  13. api/
  14. api/
  15. api/
  16. api/
  17. accounts/
  18. clients/
  19. jobs/
  20. projects/
  21. images-bank/
  22. send-files/
  23. manual/ [name='manual']
  24. logs/
  25. logs/
  26. [name='homepage']
  27. i18n/
  28. ^media/(?P<path>.*)$

The current path, download.php, 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.