Page not found (404)

Aucun objet panorama trouvé en réponse à la requête
Request Method: GET
Request URL: https://celutz-ng.tetaneutral.net/pano/view/105/
Raised by: panorama.views.PanoramaView

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

  1. admin/
  2. altitude/
  3. ^$ [name='main']
  4. locate_refpoint/ [name='locate_refpoint']
  5. locate_custompoint/ [name='locate_custompoint']
  6. pano/new/ [name='new']
  7. refpoint/new/ [name='new_refpoint']
  8. pano/view/<int:pk>/ [name='view_pano']

The current path, pano/view/105/, 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.