Page not found (404)

Request Method: GET
Request URL: https://cersgis.org/projects/None

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

  1. ^$ [name='home']
  2. ^policy/$ [name='policy']
  3. ^apk/$ [name='apk']
  4. ^home/$ [name='home']
  5. ^services/$ [name='services']
  6. ^gis/$ [name='GIS']
  7. ^gallery/$ [name='gallery']
  8. ^projects/$ [name='project_catalog']
  9. ^web/$ [name='web_apps']
  10. ^training/$ [name='training']
  11. ^contact/$ [name='contact_us']
  12. ^team/$ [name='team']
  13. ^news/$ [name='news']
  14. ^blog/$ [name='blog']
  15. ^staticmaps/$ [name='staticmaps']
  16. ^email/$ [name='email']
  17. ^subscribeemail/$ [name='email']
  18. ^subscribetrain/$ [name='Register']
  19. ^sendmessage/$ [name='Message']
  20. ^admin/
  21. ^media\/(?P<path>.*)$
  22. ^static\/(?P<path>.*)$

The current path, projects/None, 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.