Page not found (404)

Request Method: GET
Request URL: https://chetopgeo.com/9/None

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

  1. admin/
  2. [name='home']
  3. home/ [name='home']
  4. webmap/ [name='webmap']
  5. folium/ [name='Folium']
  6. data/ [name='data']
  7. portfolio/
  8. contact/ [name='contact']
  9. about/ [name='about']
  10. <int:prestation_id>/ [name='presdetails']
  11. ckeditor/
  12. introprestation/ [name='introprestation']
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

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