Page not found (404)

Request Method: GET
Request URL: https://www.iseimpianti.it/author/iseimpianti/

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

  1. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  2. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  3. robots.txt
  4. auth/
  5. privacy/
  6. blog/
  7. cerca/ [name='search']
  8. servizi/ [name='services']
  9. contatti/ [name='contact']
  10. protection/ [name='protection']
  11. summernote/
  12. admin/
  13. webmail/ [name='home']
  14. [name='home']
  15. ^media/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

The current path, author/iseimpianti/, 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.