Page not found (404)

Request Method: GET
Request URL: http://galup.cersgis.org/index.html

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

  1. ^$ [name='home']
  2. ^about/$ [name='about']
  3. ^resouces_map/$ [name='map']
  4. ^resouces_reports/$ [name='reports']
  5. ^team/$ [name='team']
  6. ^stakeholders/$ [name='stakeholders']
  7. ^base/$ [name='base']
  8. ^contact/$ [name='contact_us']
  9. ^email/$ [name='email']
  10. ^subscribeemail/$ [name='email']
  11. ^sendmessage/$ [name='Message']
  12. ^blog/$ [name='blog']
  13. ^recent_activities/$ [name='activities']
  14. ^news/$ [name='news']
  15. ^activity/$ [name='activity']
  16. ^training/$ [name='training']
  17. ^module/$ [name='trainings']
  18. ^admin/
  19. ^media\/(?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.