Page not found (404)

Request Method: GET
Request URL: http://rajarshicollege.co.in/instructions-for-online-help-desk-applications/

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

  1. admin/doc/
  2. admin/
  3. [name='home']
  4. programs/ [name='programs']
  5. cource-study/ [name='course_study']
  6. separate/ [name='separate']
  7. fee-structures/ [name='fee_structure']
  8. help-desk [name='helpdesk']
  9. about-us/ [name='about_us']
  10. contact/ [name='contact']
  11. instructions/ [name='instructions']
  12. blogs/<str:slug> [name='event']
  13. notice/<str:pk> [name='notice_details']
  14. admission/ [name='admission']
  15. email/ [name='email']
  16. testing/ [name='testing']
  17. faculty-arts/ [name='faculty_arts']
  18. faculty-science/ [name='faculty_science']
  19. office/
  20. accounts/
  21. ckeditor/
  22. api/
  23. ^media/(?P<path>.*)$
  24. ^static/(?P<path>.*)$

The current path, instructions-for-online-help-desk-applications/, 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.