Page not found (404)

“D:\admissions.ntu.edu.pk\AdmissionsPGD\signup.php” does not exist
Request Method: GET
Request URL: https://admissions.ntu.edu.pk/signup.php
Raised by: django.views.static.serve

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

  1. ^ [name='admission_dashboard']
  2. ^ ^Index/$(?i) [name='admission_dashboard']
  3. ^ AdmissionForm/1/ [name='admission_form_1']
  4. ^ AdmissionForm/2/ [name='admission_form_2']
  5. ^ AdmissionForm/3/ [name='admission_form_3']
  6. ^ AdmissionForm/4/ [name='admission_form_4']
  7. ^ test_data_post/ [name='test_data_post']
  8. ^ AdmissionProfile/ [name='admission_profile']
  9. ^ TestDetail/ [name='test_detail']
  10. ^ ApplicationDetail/ [name='application_detail']
  11. ^ ApplyAdditionalDegreeSet/ [name='apply_additional_degree_set']
  12. ^ get_domiciles/ [name='get_domiciles']
  13. ^ get_academic_qualification/ [name='get_academic_qualification']
  14. ^ set_session/ [name='set_session']
  15. ^ set_session_change/ [name='set_session_change']
  16. ^ add_education/ [name='add_education']
  17. ^ update_education/<int:pk> [name='update_education']
  18. ^ apply_degree_set/ [name='apply_degree_set']
  19. ^ change_details/ [name='change_details']
  20. ^ add_test/ [name='add_test']
  21. ^ view_test_info/ [name='view_test_info']
  22. ^ upload_image/ [name='upload_image']
  23. ^ ShowEligibilityCriteria/ [name='show_eligibility_criteria']
  24. ^ api_applicant_post/ [name='api_applicant_post']
  25. ^ api_application_post/ [name='api_application_post']
  26. ^ api_fee_voucher_post/ [name='api_fee_voucher_post']
  27. ^ update_erp_applicant_id/ [name='update_erp_applicant_id']
  28. ^ update_erp_application_id/ [name='update_erp_application_id']
  29. ^ fee_voucher_pdf/ [name='fee_voucher_pdf']
  30. ^ update_fee_voucher/ [name='update_fee_voucher']
  31. ^ application_pdf/ [name='application_pdf']
  32. ^ apply_more/ [name='apply_more']
  33. ^ contact_us/ [name='contact_us']
  34. ^ logout/ [name='logout']
  35. ^ post_new_admission_voucher/ [name='post_new_admission_voucher']
  36. admission-admin/
  37. ^(?P<path>.*)$

The current path, signup.php, matched the last one.

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.