Page not found (404)

Request Method: GET
Request URL: https://globalpratibha.in/studentadmission/enquiry/

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

  1. admin/
  2. [name='home']
  3. home_partial [name='home_partial']
  4. admission [name='admission']
  5. admission-enquiry [name='admission_enquiry']
  6. get-in-touch/ [name='get_in_touch']
  7. enquiry-form/ [name='enquiry_form']
  8. ajax/contactform/add [name='add_contactform']
  9. contactus [name='contact_us']
  10. about-us [name='about_us']
  11. prospectus [name='prospectus']
  12. thank-you [name='thank_you']
  13. privacy-policy [name='privacy_policy']
  14. term-conditions [name='term_condition']
  15. accounts/
  16. gallery/
  17. ckeditor/
  18. enquiry [name='enquiry-online-form']
  19. admin/django-ses/
  20. ^media/(?P<path>.*)$
  21. ^static/(?P<path>.*)$
  22. __debug__/

The current path, studentadmission/enquiry/, 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.