Page not found (404)

Request Method: GET
Request URL: https://www.infocasaweb.it/index.html

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

  1. admin/
  2. backend/
  3. [name='homepage']
  4. privacy/ [name='privacy']
  5. registrazione/ [name='registrazione']
  6. condominio/<str:tag>/ [name='condominio']
  7. condominio/ [name='condominio']
  8. documento/<int:pk>/ [name='documento']
  9. news/ [name='news']
  10. assistenza/ [name='assistenza']
  11. logout/ [name='logout']
  12. summernote/
  13. password-reset/
  14. ^media/(?P<path>.*)$

The current path, index.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.