Page not found (404)

Request Method: GET
Request URL: http://digerati.portal.csem.ch/node_view/4318/2022-10-07-07-30/

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

  1. admin/
  2. login/ [name='login']
  3. logout/ [name='logout']
  4. password_change/ [name='password_change']
  5. password_change/done/ [name='password_change_done']
  6. password_reset/ [name='password_reset']
  7. password_reset/done/ [name='password_reset_done']
  8. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  9. reset/done/ [name='password_reset_complete']
  10. [name='home']
  11. my_nodes/ [name='forecasted_nodes']
  12. api_help/ [name='api_help']
  13. request_nodes/ [name='request_nodes']
  14. solar_edge_api/ [name='solar_edge_api']
  15. add_solaredge_access/ [name='add_solaredge_access']
  16. edit_solaredge_access/<int:access_id>/ [name='edit_solaredge_access']
  17. delete_solaredge_access/<int:access_id>/ [name='delete_solaredge_access']
  18. my-api-keys/ [name='api_key_list']
  19. my-api-keys/create/ [name='create_api_key']
  20. my-api-keys/<uuid:api_key_id>/revoke/ [name='revoke_api_key']
  21. my-api-keys/<uuid:api_key_id>/show_key/ [name='show_api_key']
  22. api/get-forecast/ [name='get_forecast']
  23. api/get-postcodes/ [name='get_postcodes']
  24. api/get-messages-count/ [name='get_messages_count']
  25. api/import_metadata-1245/ [name='import_metadata']
  26. api/import_live-1245a/ [name='import_live']
  27. api/import_historical-1245d/ [name='import_historical']
  28. api/get_modules-12fg45d/ [name='get_modules']
  29. api/get_module_objects-12fkg45d/ [name='get_module_objects']
  30. api/get_node_forecast/ [name='get_node_forecast']
  31. about_us [name='about_us']

The current path, node_view/4318/2022-10-07-07-30/, 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.