Page not found (404)

No WebGISProject matches the given query.
Request Method: GET
Request URL: http://massimilianomoraca.me/mappe/webgis/geoblog/
Raised by: geomedia.views.single_webgis

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

  1. engine/
  2. sitemap.xml [name='sitemap']
  3. blog/
  4. mappe/ test-map/
  5. mappe/ webgis/ [name='webgis']
  6. mappe/ webgis/ <slug:slug_post>/ [name='single_webgisproject']

The current path, mappe/webgis/geoblog/, matched the last one.

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.