Page not found (404)

Request Method: GET
Request URL: https://dpandcompany.com.np/required-documents/index.html

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

  1. __debug__/
  2. saviskar/
  3. auth/
  4. ckeditor/
  5. dashboard/
  6. server/
  7. [name='index']
  8. about-us [name='about-us']
  9. services [name='services']
  10. services/<int:pk> [name='services-detail']
  11. career [name='career']
  12. current-openings [name='current-openings']
  13. job/detail/<int:pk> [name='job-detail']
  14. clients [name='clients']
  15. contact-us [name='contact-us']
  16. pages/<slug:slug> [name='page-detail']
  17. gallery [name='gallery']
  18. news [name='news']
  19. news/<int:pk> [name='news-detail']
  20. required-documents [name='required-documents']
  21. required-documents/<int:pk> [name='required-documents-detail']
  22. practice-areas [name='practice-area']
  23. practice-areas/<slug:slug> [name='practice-area-detail']
  24. practice-industries [name='practice-industries']
  25. practice-industries/<slug:slug> [name='practice-industries-detail']
  26. team [name='team']
  27. notices [name='notices']
  28. useful-links [name='useful-links']
  29. publications [name='publications']
  30. ^media\/(?P<path>.*)$

The current path, required-documents/index.html, 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.