Page not found (404)

Request Method: GET
Request URL: http://5.96.86.114/login/login.html

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

  1. home/
  2. hfmmap/
  3. accumulo/
  4. assorbimento/<int:from_date>/<int:to_date>
  5. admin/
  6. login/
  7. logout/
  8. sensors/<str:image>/<str:sensor>/<int:from_date>/<int:to_date>
  9. sensors/<str:sensor>/<int:from_date>/<int:to_date>
  10. hfm/<str:sensor>/<int:from_date>/<int:to_date>
  11. aiq/<int:from_date>/<int:to_date>
  12. meteo/<int:from_date>/<int:to_date>
  13. trasmittanze/
  14. trasmittanze/<str:wall>/<int:from_date>/<int:to_date>
  15. trasmittanze/calcolo
  16. charts/
  17. charts/<str:sensor>/<int:from_date>/<int:to_date>
  18. api/
  19. api/<str:api_key>

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