Page not found (404)

Request Method: GET
Request URL: https://www.navprayas.in/static/Question/Answer_Key_5.pdf

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

  1. admin/
  2. index/ [name='index']
  3. results/ [name='results']
  4. results19/ [name='results_19']
  5. about/ [name='about']
  6. events/ [name='events']
  7. notifications/ [name='notifications']
  8. team/ [name='contact']
  9. [name='index']
  10. signup/ [name='signup']
  11. profile/ [name='profile']
  12. login/ [name='login']
  13. logout/ [name='logout']
  14. password_reset/ [name='password_reset']
  15. password_reset/done/ [name='password_reset_done']
  16. password_reset/confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  17. password_reset/complete/ [name='password_reset_complete']
  18. cc_register/ [name='cc_register']
  19. handlerequest/ [name='handlerequest']

The current path, static/Question/Answer_Key_5.pdf, 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.