Page not found (404)

Request Method: GET
Request URL: https://friulinnovazione.it/atlas/innovation-map/@NediskeDoline

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

  1. ^info/
  2. ^users/
  3. ^admin/
  4. ^ckeditor/
  5. ^funding/
  6. ^survey/
  7. ^manage/
  8. ^training-courses/$ [name='training-courses']
  9. ^pilot-actions/$ [name='pilot-actions']
  10. ^library-courses/$ [name='library-courses']
  11. ^funding/events/$ [name='events']
  12. ^innovation-map/$ [name='ecosystem']
  13. ^$ [name='home']
  14. ^500/$
  15. ^static\/atlas\/(?P<path>.*)$
  16. ^media\/atlas\/(?P<path>.*)$

The current URL, innovation-map/@NediskeDoline, 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.