Page not found (404)

Request Method: GET
Request URL: https://prayasfinance.com/Policies.php

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

  1. [name='home']
  2. about [name='aboutview']
  3. team [name='teamview']
  4. product [name='productview']
  5. calculator [name='calculatorview']
  6. partners [name='partnerview']
  7. contact [name='contact']
  8. latestdetail/<int:id> [name='latestdetail']
  9. compliance [name='csrview']
  10. csrcsr [name='csrcsrview']
  11. csrcsr/project/<int:id> [name='projectview']
  12. compliance [name='complianceview']
  13. master/login [name='login']
  14. master/logout [name='logout']
  15. master/counter [name='counter']
  16. master/products [name='product']
  17. master/latest_in_town [name='latest_in_town']
  18. master/teammember [name='teammember']
  19. master/aboutpage [name='about']
  20. master/mappage [name='map']
  21. master/carousel [name='carousel']
  22. master/clientele [name='clientele']
  23. master/stories [name='story']
  24. master/client [name='client']
  25. master/csr [name='csr_admin']
  26. master/csrprojects [name='csrprojects_admin']
  27. master/csrpeform [name='csrperform_admin']
  28. master/partner [name='partners']
  29. master/queries [name='master_contact']
  30. master/products2 [name='product2']
  31. admin/
  32. summernote/
  33. tinymce/
  34. ^media/(?P<path>.*)$
  35. ^static/(?P<path>.*)$

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