Page not found (404)

Request Method: GET
Request URL: https://www.gyanvitaranamengineeringcollege.com/college/view/government-polytechnic-nashik

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

  1. admin/
  2. [name='home']
  3. ajax-search [name='home-search']
  4. gyan-vitaranam-engineering-courses [name='course']
  5. gyan-vitaranam-ajax-course-list [name='list-course']
  6. gyan-vitaranam-course-<int:id>-details-<slug:slug> [name='course-details']
  7. ajax-related-courses [name='related-college']
  8. gyan-vitaranam-engneering-college-list [name='college-list']
  9. ajx-get-college [name='college-list-ajax']
  10. gyan-vitaranam-engineering-college-<int:id>-details-<slug:slug> [name='details']
  11. ajax-get-related [name='rleated-course']

The current path, college/view/government-polytechnic-nashik, 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.