Page not found (404)

Request Method: GET
Request URL: https://www.iitg.ac.in/mech/pg_admission.php

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

  1. __debug__/
  2. ^login/(?P<backend>[^/]+)/$ [name='begin']
  3. ^complete/(?P<backend>[^/]+)/$ [name='complete']
  4. ^disconnect/(?P<backend>[^/]+)/$ [name='disconnect']
  5. ^disconnect/(?P<backend>[^/]+)/(?P<association_id>\d+)/$ [name='disconnect_individual']
  6. room-booking-portal/
  7. ^admin/autocomplete/
  8. ^django-admin/
  9. ^admin/
  10. ^documents/
  11. ^search/$ [name='search']
  12. admin/login/
  13. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  14. _util/login/ [name='wagtailcore_login']
  15. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  16. ^sitemap.xml$
  17. ^mech/static/(?P<path>.*)$
  18. ^mech/media/(?P<path>.*)$

The current path, pg_admission.php, 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.