Page not found (404)

Request Method: GET
Request URL: http://portal.chrislanduniversity.edu.ng/core/new-student/

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

  1. ^admin/
  2. ^assignment/
  3. ^attendance/
  4. ^student/
  5. ^parent/
  6. ^staff/
  7. ^core/ ^fetchdata
  8. ^core/ ^get_session/$
  9. ^core/ ^findcourse
  10. ^core/ ^course_data
  11. ^core/ ^departments/$
  12. ^core/ ^courses/(?P<id>\d+)/$
  13. ^core/ ^savecourses/$
  14. ^core/ ^pdf/$
  15. ^core/ ^forgot/$ [name='forgot_password']
  16. ^core/ ^change_pwd/(?P<id>\d+)/(?P<token>[0-9a-zA-Z_\-]+)/$ [name='change_pwd']
  17. ^core/ ^email_sent/$ [name='email_sent']
  18. ^core/ ^not_sent/$ [name='not_sent']
  19. ^core/ ^pwd_set/$ [name='pwd_set']
  20. ^core/ ^load/$ [name='load_data']
  21. ^core/ ^result/$ [name='result_data']
  22. ^core/ ^result_template/$ [name='result_template']
  23. ^core/ ^studentresult/$ [name='core_result_download']
  24. ^core/ new-application/$ [name='new-application']
  25. ^mesg/
  26. ^payment/
  27. ^timetable/
  28. ^result/
  29. ^medical/
  30. ^notifications/
  31. ^admission/
  32. ^admission1/
  33. ^note/
  34. ^$ [name='home']
  35. accounts/login/$ [name='login']
  36. accounts/logout/$ [name='logout']
  37. ^static\/media\/(?P<path>.*)$

The current path, core/new-student/, 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.