Page not found (404)

Request Method: GET
Request URL: http://www.cesindia.org/photo-gallery.html

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

  1. admin/
  2. [name='home']
  3. about/ [name='home']
  4. contact/ [name='home']
  5. portfollio/ [name='portfollio']
  6. services/ [name='portfollio']
  7. team/ [name='portfollio']
  8. Aadhar_Operator/
  9. hr_Role/
  10. pm_Role/
  11. senior_manager_Role/
  12. telecaller/
  13. ^media/(?P<path>.*)$

The current path, photo-gallery.html, 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.