Page not found (404)

Request Method: GET
Request URL: http://stac.iitmandi.co.in/index.html

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

  1. admin/
  2. [name='stac-home']
  3. astrax [name='astrax']
  4. zenith [name='zenith']
  5. utkarsh [name='utkarsh']
  6. about [name='about']
  7. alumni [name='alumni']
  8. photogallery [name='photogallery']
  9. videogallery [name='videogallery']
  10. team [name='team']
  11. pleiades [name='pleiades']
  12. robots.txt
  13. sitemap.xml
  14. iau [name='iau']
  15. farewell [name='farewell']
  16. ^stac_iitmandi/static/stac_iitmandi/images/(?P<path>.*)$

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